Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: markus7017 <markus7017@gmail.com>
Signed-off-by: Markus Michels <markus7017@gmail.com>
  • Loading branch information
markus7017 authored and nemerdaud committed Feb 28, 2023
1 parent cd3984e commit 6cb7ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ public CoIotDevDescription read(final JsonReader in) throws IOException {
}

in.endArray();
if (in.hasNext()) {
name = in.nextName();
}
}

if (name.equalsIgnoreCase(COIOT_TAG_ACT)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cb7ad3

Please sign in to comment.