monitorPin property

  1. @TagNumber(6)
int get monitorPin

GPIO pin to monitor for state changes

Implementation

@$pb.TagNumber(6)
$core.int get monitorPin => $_getIZ(5);
  1. @TagNumber(6)
set monitorPin (int value)

Implementation

@$pb.TagNumber(6)
set monitorPin($core.int value) => $_setUnsignedInt32(5, value);