Dirnei / node-red-contrib-zigbee2mqtt-devices

Node-red nodes for controlling and managing zigbee devices managed by zigbee2mqtt
MIT License
30 stars 7 forks source link

Ikea Symfonisk support #49

Open Dirnei opened 3 years ago

Dirnei commented 3 years ago

Click

{
  "action" : "play_pause",
  "battery" : 11,
  "brightness" : 255,
  "linkquality" : 150,
  "rate" : 195
}

Double Click

{
  "action" : "skip_forward",
  "battery" : 11,
  "brightness" : 255,
  "linkquality" : 135,
  "rate" : 195,
  "step_size" : 1,
  "transition_time" : 0
}

Tripple Click

{
  "action" : "skip_backward",
  "battery" : 11,
  "brightness" : 255,
  "linkquality" : 150,
  "rate" : 195,
  "step_size" : 1,
  "transition_time" : 0
}

Rotate left

{
  "action" : "rotate_left",
  "battery" : 11,
  "brightness" : 51,
  "linkquality" : 141,
  "rate" : 195
}

Rotate right

{
  "action" : "rotate_right",
  "battery" : 11,
  "brightness" : 255,
  "linkquality" : 141,
  "rate" : 195
}

Rotate stop

{
  "action" : "rotate_stop",
  "battery" : 11,
  "brightness" : 255,
  "linkquality" : 153,
  "rate" : 195
}