outputBuzzer property

  1. @TagNumber(9)
int get outputBuzzer

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);
  1. @TagNumber(9)
set outputBuzzer (int value)

Implementation

@$pb.TagNumber(9)
set outputBuzzer($core.int value) => $_setUnsignedInt32(8, value);