Skip to content

Commit

Permalink
Add a section for null values in SJCGQ11LM
Browse files Browse the repository at this point in the history
As per discussion in Koenkk/zigbee2mqtt#18243,
null values are expected for some properties.

As this behavior is somehow surprising, add a note in the docs about that.
  • Loading branch information
andreadecorte committed Feb 26, 2025
1 parent 621fad8 commit 2b8d85a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/devices/SJCGQ11LM.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Uses CR2032 battery.
### Pairing
Press and hold the reset button by pressing hard on the top of the device (water drop logo) for +- 5 seconds (until the blue light inside the device, under the water drop starts blinking). After this the device will automatically join.
In some cases, the sensor may not want to pair. Remove the battery and while you put it back in, keep the reset button pressed until the paring is complete.

### Unknown states
By default, `water_leak` and `battery_low` properties will be set to `null`. They will switch their value to true the first time they are triggered, and from there they can switch between true and false. Therefore assuming that these properties can be only true or false is incorrect.
<!-- Notes END: Do not edit below this line -->


Expand Down

0 comments on commit 2b8d85a

Please sign in to comment.