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
@@ -198,7 +198,6 @@ public class TradfriLightHandler extends TradfriThingHandler {
|
||||
} else if (command instanceof OnOffType) {
|
||||
setState(((OnOffType) command));
|
||||
} else if (command instanceof PercentType) {
|
||||
// PaperUI sends PercentType on color channel when changing Brightness
|
||||
setBrightness((PercentType) command);
|
||||
} else if (command instanceof IncreaseDecreaseType) {
|
||||
final TradfriLightData state = this.state;
|
||||
|
||||
Reference in New Issue
Block a user