Skip to content

Commit

Permalink
Use correct type for ubisys S1/S1-R (#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 Dec 20, 2023
1 parent 92e8c4e commit 1f71a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/ubisys/s1_5501_s1r_5601.json
Original file line number Diff line number Diff line change
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 1f71a9b

Please sign in to comment.