menu
zwave package
documentation
capability/sensor/binary_sensor.dart
BinarySensor
stateChanged method
stateChanged method
dark_mode
light_mode
stateChanged
method
void
stateChanged
(
bool
newState
)
Implementation
void stateChanged(bool newState) { state = newState; }
zwave package
documentation
capability/sensor/binary_sensor
BinarySensor
stateChanged method
BinarySensor class