Skip to content

Commit

Permalink
Work on #13
Browse files Browse the repository at this point in the history
  • Loading branch information
overload08 committed Jan 28, 2017
1 parent 722023c commit c4c0847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
import traceback
from domogik.common.plugin import Plugin
from domogikmq.message import MQMessage
from domogik_packages.plugin_weather.lib.rgb_xy import ColorHelper
from domogik_packages.plugin_weather.lib.rgb_xy import Converter
from domogik_packages.plugin_hue.lib.rgb_xy import ColorHelper
from domogik_packages.plugin_hue.lib.rgb_xy import Converter
from phue import Bridge
import time
import os
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"name": "Set HUE",
"return_confirmation": true,
"parameters": [{
"key": "current",
"key": "hue",
"data_type": "DT_ColorRGBHexa",
"conversion": ""
}]
Expand Down

0 comments on commit c4c0847

Please sign in to comment.