node-red-contrib-xkeys_intensity
Version:
Node-RED node to set intensity Backlight nodes using Dynamic Control Data Protocol (DCDP)
169 lines • 4.22 kB
JSON
[
{
"id": "8262e97c544a8e2a",
"type": "tab",
"label": "xkeys_intensity",
"disabled": false,
"info": "",
"env": []
},
{
"id": "1f21a8ac29e2a730",
"type": "inject",
"z": "8262e97c544a8e2a",
"name": "Intensity high",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"intensity\":\"[220,220]\", \"product_id\":1029}",
"payloadType": "json",
"x": 370,
"y": 280,
"wires": [
[
"9b479b42530ba851"
]
]
},
{
"id": "6302ed75921d4676",
"type": "inject",
"z": "8262e97c544a8e2a",
"name": "Intensity low",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"intensity\":\"[50,50]\"}",
"payloadType": "json",
"x": 370,
"y": 320,
"wires": [
[
"9b479b42530ba851"
]
]
},
{
"id": "6ca22192c35b53ef",
"type": "xkeys_backlight",
"z": "8262e97c544a8e2a",
"newname": "XK64JOGTBAR Backlight all",
"name": "",
"device": "XK64JOGTBAR",
"productid": "",
"pid_list": "[1325,1326,1327,1328,1329,1330,1331]",
"unit_id": "",
"duplicate_id": "",
"control_id": "",
"flashing": "false",
"buttonState": false,
"hue_channels": "",
"x": 680,
"y": 180,
"wires": []
},
{
"id": "e8582f5324b11f32",
"type": "inject",
"z": "8262e97c544a8e2a",
"name": "Intensity number",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"intensity\": 100}",
"payloadType": "json",
"x": 360,
"y": 400,
"wires": [
[
"9b479b42530ba851"
]
]
},
{
"id": "9b479b42530ba851",
"type": "xkeys_intensity",
"z": "8262e97c544a8e2a",
"newname": "X-keys Intensity 236,236",
"name": "",
"pidOptions": [
{
"name": "XK-16 LCD",
"device_quad": "1523-1321-5-0",
"checked": false
},
{
"name": "XK-68 Jog-Shuttle",
"device_quad": "1523-1114-1-0",
"checked": true
},
{
"name": "XKE-64 Jog T-bar",
"device_quad": "1523-1325-1-0",
"checked": false
},
{
"name": "XK-8 Stick",
"device_quad": "1523-1130-12-0",
"checked": true
},
{
"name": "XK-3 Switch Interface",
"device_quad": "1523-1221-14-0",
"checked": false
},
{
"name": "XK-12 Jog-Shuttle",
"device_quad": "1523-1062-6-0",
"checked": true
},
{
"name": "XK-12 Joystick",
"device_quad": "1523-1065-0-0",
"checked": false
},
{
"name": "XK-24",
"device_quad": "1523-1029-5-0",
"checked": false
},
{
"name": "XK-24",
"device_quad": "1523-1029-2-0",
"checked": false
}
],
"quad_list": [
"1523-1114-1-0",
"1523-1130-12-0",
"1523-1062-6-0"
],
"blue_intensity": "236",
"red_intensity": "236",
"intensity": "[236,236]",
"x": 670,
"y": 300,
"wires": []
}
]