Skip to content

Commit

Permalink
Merge pull request #950 from SmartThingsCommunity/fix/hue-missing-col…
Browse files Browse the repository at this point in the history
…or-sat-events
  • Loading branch information
dljsjr authored Sep 13, 2023
2 parents d92b792 + 658f90f commit 7d84fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/SmartThings/philips-hue/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ local function emit_light_status_events(light_device, light)
)
)
else
light_device:emit_event(capabilities.colorControl.hue(adjusted_sat))
light_device:emit_event(capabilities.colorControl.saturation(adjusted_sat))
end
end
end
Expand Down

0 comments on commit 7d84fdc

Please sign in to comment.