dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 503 forks source link

Add public: false to measured_value from Hue Motion SML001 #7782

Closed mattreim closed 5 months ago

mattreim commented 5 months ago

Otherwise the value is double.

github-actions[bot] commented 5 months ago

Hey @mattreim, thanks for your pull request!

[!TIP] Modified bundles can be downloaded here. Relative expire date

DDF Bundles changes

Modified

Validation

[!TIP] Everything is fine !

:clock9: Updated for commit 776dc2da8cdc125ee804357ce81646c31f1767f0

manup commented 5 months ago

The state/measured_value is a new generic way to express measurements. The "duplicated" exposure of the value is to not have a breaking change during deprecation phase.

It is a public value and not to be hidden.

mattreim commented 5 months ago

Ok