outputBuzzer property
Optional: Define a tertiary output pin for an active buzzer This is used in standalone devices to to match the UI.
Implementation
@$pb.TagNumber(9)
$core.int get outputBuzzer => $_getIZ(8);
Implementation
@$pb.TagNumber(9)
set outputBuzzer($core.int value) => $_setUnsignedInt32(8, value);