nagTimeout property
The notification will toggle with 'output_ms' for this time of seconds. Default is 0 which means don't repeat at all. 60 would mean blink and/or beep for 60 seconds
Implementation
@$pb.TagNumber(14)
$core.int get nagTimeout => $_getIZ(13);
Implementation
@$pb.TagNumber(14)
set nagTimeout($core.int value) => $_setUnsignedInt32(13, value);