menu
zwave package
documentation
capability/sensor/binary_sensor.dart
BinarySensor
handleBasicSet method
handleBasicSet method
dark_mode
light_mode
handleBasicSet
method
@
override
void
handleBasicSet
(
BasicReport
report
)
override
Implementation
@override void handleBasicSet(BasicReport report) { updateState(report.value > 0); }
zwave package
documentation
capability/sensor/binary_sensor
BinarySensor
handleBasicSet method
BinarySensor class