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
@@ -176,7 +176,7 @@ public class ShellyBaseHandler extends BaseThingHandler implements ShellyDeviceL
|
||||
}
|
||||
|
||||
/**
|
||||
* This routine is called every time the Thing configuration has been changed (e.g. PaperUI)
|
||||
* This routine is called every time the Thing configuration has been changed.
|
||||
*/
|
||||
@Override
|
||||
public void handleConfigurationUpdate(Map<String, Object> configurationParameters) {
|
||||
|
||||
@@ -131,7 +131,6 @@ public class ShellyRelayHandler extends ShellyBaseHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* PaperUI Control has a combined Slider for Brightness combined with On/Off
|
||||
* Brightness channel has 2 functions: Switch On/Off (OnOnType) and setting brightness (PercentType)
|
||||
* There is some more logic in the control. When brightness is set to 0 the control sends also an OFF command
|
||||
* When current brightness is 0 and slider will be moved the new brightness will be set, but also a ON command is
|
||||
|
||||
Reference in New Issue
Block a user