philh30 / ST-Edge-Drivers

Apache License 2.0
36 stars 40 forks source link

Reverted to default temperature handler #4

Closed csstup closed 1 year ago

csstup commented 1 year ago

Tested with the changes, works fine on the HS-LS100+.

Note that Fortrezz leak sensor can have the same change applied to its temperature_report handler. state_change = true only should probably be used for button type events where something can be missed.

csstup commented 1 year ago

Also started using default sensor binary report on the LS100+ handler rather than just ignoring them. Adds redundancy for a message thats being received anyway.