wakeOnTapOrMotion property
Should we wake the screen up on accelerometer detected motion or tap
Implementation
@$pb.TagNumber(10)
$core.bool get wakeOnTapOrMotion => $_getBF(9);
Implementation
@$pb.TagNumber(10)
set wakeOnTapOrMotion($core.bool value) => $_setBool(9, value);