ragb/frontend/patch.json

80 lines
2 KiB
JSON
Raw Permalink Normal View History

2024-10-10 01:38:42 +02:00
{
"lights": {
"blinder": {
"name": "Blinder",
"kind": "blinder",
"channels": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
},
"screen_left": {
"name": "Ecran-gauche",
"kind": "spot",
"channels": [ 16 ]
},
"screen_right": {
"name": "Ecran-droite",
"kind": "spot",
"channels": [ 17 ]
},
"wall_left": {
"name": "Mur gauche",
"kind": "spot",
"channels": [ 34 ]
},
"wall_right": {
"name": "Mur droite",
"kind": "spot",
"channels": [ 35 ]
},
"barre_led_0": {
"name": "Barre led 1",
"kind": "led_tub",
"channels" : [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]
},
"barre_led_1": {
"name": "Barre led 2",
"kind": "led_tub",
"channels" : [36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51]
},
"barre_led_2": {
"name": "Barre led 3",
"kind": "led_tub",
"channels" : [52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]
},
"barre_led_3": {
"name": "Barre led 4",
"kind": "led_tub",
"channels" : [68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]
2024-10-15 16:54:11 +02:00
},
"barre_led_4": {
"name": "Barre led 5",
"kind": "led_tub",
"channels" : [84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99]
},
"barre_led_5": {
"name": "Barre led 6",
"kind": "led_tub",
"channels" : [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]
},
"spot_pont_0": {
"name": "Ecran-gauche",
"kind": "spot",
"channels": [ 116 ]
},
"spot_pont_1": {
"name": "Ecran-gauche",
"kind": "spot",
"channels": [ 117 ]
},
"spot_pont_2": {
"name": "Ecran-gauche",
"kind": "spot",
"channels": [ 118 ]
},
"spot_pont_3": {
"name": "Ecran-gauche",
"kind": "spot",
"channels": [ 119 ]
2024-10-10 01:38:42 +02:00
}
}
}