outputVibra property
Optional: Define a secondary output pin for a vibra motor This is used in standalone devices to match the UI.
Implementation
@$pb.TagNumber(8)
$core.int get outputVibra => $_getIZ(7);
Implementation
@$pb.TagNumber(8)
set outputVibra($core.int value) => $_setUnsignedInt32(7, value);