Advertisement
ldymek

LED Ring Color when OFF

Mar 15th, 2021
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "id": "5-112-0-12",
  3. "nodeId": 5,
  4. "commandClass": 112,
  5. "commandClassName": "Configuration",
  6. "property": 12,
  7. "propertyName": "LED frame – colour when OFF",
  8. "type": "number",
  9. "readable": true,
  10. "writeable": true,
  11. "description": "This parameter defines the LED colour when the device is OFF.",
  12. "label": "LED frame – colour when OFF",
  13. "default": 0,
  14. "stateless": false,
  15. "min": 0,
  16. "max": 7,
  17. "list": true,
  18. "allowManualEntry": false,
  19. "states": [
  20. {
  21. "text": "disabled",
  22. "value": 0
  23. },
  24. {
  25. "text": "White",
  26. "value": 1
  27. },
  28. {
  29. "text": "Red",
  30. "value": 2
  31. },
  32. {
  33. "text": "Green",
  34. "value": 3
  35. },
  36. {
  37. "text": "Blue",
  38. "value": 4
  39. },
  40. {
  41. "text": "Yellow",
  42. "value": 5
  43. },
  44. {
  45. "text": "Cyan",
  46. "value": 6
  47. },
  48. {
  49. "text": "Magenta",
  50. "value": 7
  51. }
  52. ],
  53. "value": 2,
  54. "lastUpdate": 1615795297582
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement