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:
Hilbrand Bouwkamp
2021-01-22 09:51:24 +01:00
committed by GitHub
parent ca6d62ddeb
commit 8889762bef
17 changed files with 56 additions and 109 deletions

View File

@@ -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(),