Skip to content

Commit

Permalink
Use correct type for ubisys S1/S1-R (dresden-elektronik#7468)
Browse files Browse the repository at this point in the history
Type ON_OFF_PLUGIN_UNIT is wrong and should be ON_OFF_OUTPUT like in other ubisys switches S2, S2r
  • Loading branch information
ChrisHae authored and jmue committed Dec 23, 2023
1 parent 8f8dea5 commit 24172d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/ubisys/s1_5501_s1r_5601.json
Expand Up @@ -8,7 +8,7 @@
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_ON_OFF_PLUGIN_UNIT",
"type": "$TYPE_ON_OFF_OUTPUT",
"restapi": "/lights",
"uuid": [
"$address.ext",
Expand Down Expand Up @@ -346,4 +346,4 @@
]
}
]
}
}

0 comments on commit 24172d0

Please sign in to comment.