View Source Grizzly.ZWave.Commands.SensorBinaryReport (grizzly v6.1.0)
This command is used to advertise whether a binary sensor was triggered.
Params:
:triggered
- whether the sensor is triggered (required):sensor_type
- the type of sensor (optional)
Link to this section Summary
Link to this section Types
@type param() :: {:sensor_type, Grizzly.ZWave.CommandClasses.SensorBinary.sensor_type()} | {:triggered, boolean()}