current property
Sets the current for the LED output. Default is 10.
Implementation
@$pb.TagNumber(2)
$core.int get current => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set current($core.int value) => $_setUnsignedInt32(1, value);
Sets the current for the LED output. Default is 10.
@$pb.TagNumber(2)
$core.int get current => $_getIZ(1);
@$pb.TagNumber(2)
set current($core.int value) => $_setUnsignedInt32(1, value);