getNodeRemoteHardwarePinsRequest property
Get the mesh's nodes with their available gpio pins for RemoteHardware module use
Implementation
@$pb.TagNumber(19)
$core.bool get getNodeRemoteHardwarePinsRequest => $_getBF(17);
Implementation
@$pb.TagNumber(19)
set getNodeRemoteHardwarePinsRequest($core.bool value) =>
$_setBool(17, value);