Skip to content

Commit

Permalink
Merge pull request #571 from SmartThingsCommunity/bugfix/wemo-dimming…
Browse files Browse the repository at this point in the history
…-profile

Wemo dimmers are unreliably reported
  • Loading branch information
cjswedes authored Feb 17, 2023
2 parents 4c6ccd8 + 2690e66 commit 0c57d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/SmartThings/wemo/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local utils = require "st.utils"
local profiles = {
["Insight"] = "wemo.mini-smart-plug.v1",
["Socket"] = "wemo.mini-smart-plug.v1",
["Dimmer"] = "wemo.dimmer-switch.v1",
["Dimmer"] = "wemo.mini-smart-plug.v1",
["Motion"] = "wemo.motion-sensor.v1",
["Lightswitch"] = "wemo.light-switch.v1",
}
Expand Down

0 comments on commit 0c57d6f

Please sign in to comment.