Signed-off-by: markus7017 <markus7017@gmail.com> Signed-off-by: Markus Michels <markus7017@gmail.com>
This commit is contained in:
parent
1b43cbaa0f
commit
29a45ef1ab
|
@ -223,6 +223,9 @@ public class ShellyCoapJSonDTO {
|
|||
}
|
||||
|
||||
in.endArray();
|
||||
if (in.hasNext()) {
|
||||
name = in.nextName();
|
||||
}
|
||||
}
|
||||
|
||||
if (name.equalsIgnoreCase(COIOT_TAG_ACT)) {
|
||||
|
|
|
@ -87,7 +87,6 @@ thing-type.shelly.shellytrv.description = Shelly TRV (Radiator value, battery po
|
|||
thing-type.shelly.shellyix3.description = Shelly ix3 (Activation Device with 3 inputs)
|
||||
|
||||
# thing config - shellydevice
|
||||
thing-type.config.shelly-relay.deviceIp.label = IP Address
|
||||
thing-type.config.shelly.deviceIp.label = IP Address
|
||||
thing-type.config.shelly.deviceIp.description = IP Address of the Shelly device
|
||||
thing-type.config.shelly.userId.label = User ID
|
||||
|
|
Loading…
Reference in New Issue