Typos a/an (#13846)
This commit is contained in:
@@ -1007,7 +1007,7 @@ You should calibrate the valve using the device Web UI or Shelly App before star
|
||||
|
||||
|Group |Channel |Type |read-only|Description |
|
||||
|----------|-------------|---------|---------|-----------------------------------------------------------------------|
|
||||
|control |key |String |r/w |Send a IR key to the sense. There a 3 different types supported |
|
||||
|control |key |String |r/w |Send an IR key to the sense. There a 3 different types supported |
|
||||
| | | | |Stored key: send the key code defined by the App , e.g. 123_1_up |
|
||||
| | | | |Pronto hex: send a Pronto Code in hex format, e.g. 0000 006C 0022 ... |
|
||||
| | | | |Pronto base64: in base64 format, will be send 1:1 to the Sense |
|
||||
|
||||
@@ -185,7 +185,7 @@ For example
|
||||
- get status updates from roller operations by observing channel 'roller#state' and 'roller#stopReason', those report an updated status once the operation is completed
|
||||
- select a position by sending a number value of 100..0 to channel 'roller#rollerpos'
|
||||
- or use the defined favorites by sending favorite id to channel 'roller#rollerFav'
|
||||
- you might set a auto-timer, e.g. once the roller is opened close it again after xx minutes by sending a value to the 'roller#autoOn' or 'roller#autoOff' channels
|
||||
- you might set an auto-timer, e.g. once the roller is opened close it again after xx minutes by sending a value to the 'roller#autoOn' or 'roller#autoOff' channels
|
||||
- you could also get the position of the roller from 'roller#control' (by linking a Number item) or the last status from 'roller#state'.
|
||||
Please note that the device only provides updates only after the roller stops, not during movement so it's not possible to get position updates while the roller is moving.
|
||||
- of course you could use time-triggered rules, trigger the shutter depending on sunrise/sunset within openHAB, but also directly on the device
|
||||
|
||||
@@ -87,7 +87,7 @@ public class ShellyDeviceProfile {
|
||||
public boolean isLight = false; // true if it is a Shelly Bulb/RGBW2
|
||||
public boolean isBulb = false; // true only if it is a Bulb
|
||||
public boolean isDuo = false; // true only if it is a Duo
|
||||
public boolean isRGBW2 = false; // true only if it a a RGBW2
|
||||
public boolean isRGBW2 = false; // true only if it a RGBW2
|
||||
public boolean inColor = false; // true if bulb/rgbw2 is in color mode
|
||||
|
||||
public boolean isSensor = false; // true for HT & Smoke
|
||||
|
||||
@@ -463,7 +463,7 @@ public class Shelly1HttpApi extends ShellyHttpClient implements ShellyApiInterfa
|
||||
}
|
||||
|
||||
/**
|
||||
* Sends a IR key code to the Shelly Sense.
|
||||
* Sends an IR key code to the Shelly Sense.
|
||||
*
|
||||
* @param keyCode A keyCoud could be a symbolic name (as defined in the key map on the device) or a PRONTO Code in
|
||||
* plain or hex64 format
|
||||
|
||||
Reference in New Issue
Block a user