1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
hdoukas
fc00b1d66e fixed backwards compatibility
These changes affect the settings of hue node through the message input.
msg.lamp sets the lamp ID
msg.color sets the lamp color (e.g., msg.color="DF0101" will set the
color to red)
msg.brightness sets the lamp brightness (e.g., msg.brightness=50)
msg.payload is used to se the lamp status (on/off/alert) (e.g.,
msg.payload="alert" will flash the Lamp once)
msg.topic can be still used to set the color (compatibility with
previous versions)
2014-04-12 11:32:23 +02:00
hdoukas
0d9555ff33 code re-write, added functionality for setting brightness, lamp
parameters can be also set through node input
2014-03-26 10:01:32 +01:00
Dave C-J
4cd6be3cde Reorganise/de-duplicate Philips Hue node 2014-01-14 10:59:50 +00:00
Charalampos Doukas
60c7911964 addedd nodes under common directory 2013-11-28 23:52:26 +01:00