from enum meshtastic.RemoteHardwarePinType
GPIO pin can be read (if it is high / low)
from enum value: DIGITAL_READ = 1;
GPIO pin can be written to (high / low)
from enum value: DIGITAL_WRITE = 2;
Unset/unused
from enum value: UNKNOWN = 0;
Generated
from enum meshtastic.RemoteHardwarePinType