diff --git a/platypush/backend/http/static/js/light.hue.js b/platypush/backend/http/static/js/light.hue.js index 4158977d4..d1d8a96bb 100644 --- a/platypush/backend/http/static/js/light.hue.js +++ b/platypush/backend/http/static/js/light.hue.js @@ -339,7 +339,7 @@ $(document).ready(function() { args: {} }; - args['args'][key] = name; + args['args'][key] = [name]; execute(args, function() { $lightItem.data('on', !isOn); refreshStatus();