dresden-elektronik / deconz-rest-plugin

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

Removing erroneous temperature exposure for Aqara SSM-U01 switch #7719

Closed SwoopX closed 5 months ago

SwoopX commented 5 months ago

When the DDF was created, the resource item config/temperature apparently sneaked in, but without any function. Functionality was applied with PR #7650, however, this should not have happened. First of all, temperature is a state and not config item and secondly, it misleadingly exposes a device temperature.

This PR basically reverts back to the initial state while removing the item completely.