Removal of reference to PaperUI (#9905)
Related to #8607. In some cases removed information that is actually generic information and should not be in binding readme. Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
This commit is contained in:
committed by
GitHub
parent
ca6d62ddeb
commit
8889762bef
@@ -158,7 +158,7 @@ public class MaxDevicesHandler extends BaseThingHandler implements DeviceStatusL
|
||||
configurationParameter.getKey(), configurationParameter.getValue());
|
||||
|
||||
// Test if it is a part of the configuration properties.
|
||||
// As paperUI sends all parameters as changed, we need to determine which ones really changed.
|
||||
// With the update all parameters are sends, so we need to determine which ones really changed.
|
||||
if (deviceProperties.containsKey(configurationParameter.getKey())) {
|
||||
if (deviceProperties.get(configurationParameter.getKey()).equals(configurationParameter.getValue())) {
|
||||
logger.trace("Device {} Property {} value {} unchanged.", getThing().getUID(),
|
||||
|
||||
Reference in New Issue
Block a user