pin property
The the available gpio pin for usage with RemoteHardware module
Implementation
@$pb.TagNumber(2)
$2.RemoteHardwarePin get pin => $_getN(1);
Implementation
@$pb.TagNumber(2)
set pin($2.RemoteHardwarePin value) => $_setField(2, value);