config-editor-base 2.7.8 → 2.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +23 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +23 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/schema/CANmod.gps/config-01.03.json +1 -0
- package/dist/schema/CANmod.gps/config-01.04.json +1 -0
- package/dist/schema/CANmod.gps/schema-01.03.json +1 -0
- package/dist/schema/CANmod.gps/schema-01.04.json +1 -0
- package/dist/schema/CANmod.gps/uischema-01.03.json +250 -0
- package/dist/schema/CANmod.gps/uischema-01.04.json +262 -0
- package/dist/schema/CANmod.input/config-01.04.json +1 -0
- package/dist/schema/CANmod.input/schema-01.04.json +1 -0
- package/dist/schema/CANmod.input/uischema-01.04.json +411 -0
- package/dist/schema/CANmod.router/config-01.01.json +1 -0
- package/dist/schema/CANmod.router/config-01.02.json +1 -0
- package/dist/schema/CANmod.router/schema-01.01.json +1 -0
- package/dist/schema/CANmod.router/schema-01.02.json +1 -0
- package/dist/schema/CANmod.router/uischema-01.01.json +586 -0
- package/dist/schema/CANmod.router/uischema-01.02.json +817 -0
- package/dist/schema/CANmod.temp/config-01.04.json +1 -0
- package/dist/schema/CANmod.temp/config-01.05.json +1 -0
- package/dist/schema/CANmod.temp/schema-01.04.json +1 -0
- package/dist/schema/CANmod.temp/schema-01.05.json +1 -0
- package/dist/schema/CANmod.temp/uischema-01.04.json +106 -0
- package/dist/schema/CANmod.temp/uischema-01.05.json +118 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"phy":{"can":{"bit_rate_cfg_mode":0,"bit_rate_std":250000,"bit_rate_fd":1000000}},"sensor":{"top_left":{"type":3,"noise_filter":0},"top_right":{"type":3,"noise_filter":0},"bottom_left":{"type":3,"noise_filter":0},"bottom_right":{"type":3,"noise_filter":0}},"output":{"thermocouple":{"state":1,"id_format":0,"id":"01","trigger":0,"scaler":5},"thermocouple_hr_top":{"state":0,"id_format":0,"id":"02","trigger":0,"scaler":5},"thermocouple_hr_bottom":{"state":0,"id_format":0,"id":"03","trigger":0,"scaler":5}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"phy":{"can":{"phy":{"mode":0,"retransmission":1,"bit_rate_cfg_mode":0,"bit_rate_std":250000,"bit_rate_fd":1000000}}},"sensor":{"top_left":{"type":3,"noise_filter":0},"top_right":{"type":3,"noise_filter":0},"bottom_left":{"type":3,"noise_filter":0},"bottom_right":{"type":3,"noise_filter":0}},"output":{"thermocouple":{"state":1,"id_format":0,"id":"01","trigger":0,"scaler":5},"thermocouple_hr_top":{"state":0,"id_format":0,"id":"02","trigger":0,"scaler":5},"thermocouple_hr_bottom":{"state":0,"id_format":0,"id":"03","trigger":0,"scaler":5}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"definitions":{"signal":{"type":"object","properties":{"state":{"title":"State","type":"integer","default":1,"oneOf":[{"type":"integer","title":"Disable","enum":[0]},{"type":"integer","title":"Enable","enum":[1]}]},"id_format":{"title":"ID Format","description":"ID format of the message","type":"integer","default":0,"oneOf":[{"type":"integer","title":"Standard (11-bit)","enum":[0]},{"type":"integer","title":"Extended (29-bit)","enum":[1]}]},"id":{"title":"Message ID (hex)","description":"ID of the message in hex. Example: 00435354.","default":"01","type":"string"},"trigger":{"title":"Trigger method","description":"Transmission trigger method. Push: Signal is periodically transmitted. Poll: Signal is transmitted on request","type":"integer","default":0,"oneOf":[{"title":"Push","enum":[0]},{"title":"Poll","enum":[1]}]}},"dependencies":{"id_format":{"oneOf":[{"properties":{"id_format":{"enum":[0]},"id":{"pattern":"^([0-7][a-fA-F0-9]{2}|[a-fA-F0-9]{1,2})$","maxLength":3}}},{"properties":{"id_format":{"enum":[1]},"id":{"pattern":"^([0-1][a-fA-F0-9]{7}|[a-fA-F0-9]{1,7})$","maxLength":8}}}]},"trigger":{"oneOf":[{"properties":{"trigger":{"enum":[0]},"scaler":{"title":"Scaler","description":"Periodic message scaler","default":1,"type":"integer"}}},{"properties":{"trigger":{"enum":[1]}}}]}}},"thermocouple":{"type":"object","properties":{"type":{"title":"Type","description":"Thermocouple type","type":"integer","default":3,"oneOf":[{"title":"B","enum":[0]},{"title":"E","enum":[1]},{"title":"J","enum":[2]},{"title":"K","enum":[3]},{"title":"N","enum":[4]},{"title":"R","enum":[5]},{"title":"S","enum":[6]},{"title":"T","enum":[7]}]},"noise_filter":{"title":"Noise filter","description":"Line noise rejection filter. Select rejection of 50 Hz (EU) and its harmonics or 60 Hz (USA) and its harmonics","type":"integer","default":0,"oneOf":[{"title":"50 Hz","enum":[0]},{"title":"60 Hz","enum":[1]}]}}}},"type":"object","properties":{"phy":{"title":"PHY","type":"object","properties":{"can":{"title":"CAN","description":"CAN-bus low-level configuration","type":"object","properties":{"bit_rate_cfg_mode":{"title":"Bit-rate configuration mode","description":"Configures how the CAN bus bit-rate is set. Bit-rate supports all standard bit-rates. Non-standard bit-rate configuration can be set using Bit-timing.","type":"integer","default":0,"oneOf":[{"title":"Bit-rate (simple)","enum":[0]},{"title":"Bit-timing (advanced)","enum":[1]}]},"bit_rate_std":{},"bit_rate_fd":{}},"dependencies":{"bit_rate_cfg_mode":{"oneOf":[{"properties":{"bit_rate_cfg_mode":{"enum":[0]},"bit_rate_std":{"title":"Bit-rate standard","type":"integer","default":250000,"oneOf":[{"title":"5K","enum":[5000]},{"title":"10K","enum":[10000]},{"title":"20K","enum":[20000]},{"title":"33.333K","enum":[33333]},{"title":"47.619K","enum":[47619]},{"title":"50K","enum":[50000]},{"title":"83.333K","enum":[83333]},{"title":"95.238K","enum":[95238]},{"title":"100K","enum":[100000]},{"title":"125K","enum":[125000]},{"title":"250K","enum":[250000]},{"title":"500K","enum":[500000]},{"title":"800K","enum":[800000]},{"title":"1M","enum":[1000000]}]},"bit_rate_fd":{"title":"Bit-rate FD","type":"integer","default":1000000,"oneOf":[{"title":"1M","enum":[1000000]},{"title":"2M","enum":[2000000]},{"title":"4M","enum":[4000000]}]}}},{"properties":{"bit_rate_cfg_mode":{"enum":[1]},"bit_rate_std":{"title":"Bit-timing standard","type":"object","properties":{"brp":{"title":"BRP (Bit Rate Prescaler)","type":"integer","default":2,"minimum":1},"seg1":{"title":"SEG1 (Time Segment 1 )","type":"integer","default":63,"minimum":1},"seg2":{"title":"SEG2 (Time Segment 2)","type":"integer","default":16,"minimum":2},"sjw":{"title":"SJW (Synchronization Jump Width)","type":"integer","default":4,"minimum":0,"maximum":4}},"additionalProperties":false,"required":["brp","seg1","seg2","sjw"]},"bit_rate_fd":{"title":"Bit-timing FD","type":"object","properties":{"brp":{"title":"BRP (Bit Rate Prescaler)","type":"integer","default":1,"minimum":1},"seg1":{"title":"SEG1 (Time Segment 1)","type":"integer","default":31,"minimum":1},"seg2":{"title":"SEG2 (Time Segment 2)","type":"integer","default":8,"minimum":2},"sjw":{"title":"SJW (Synchronization Jump Width)","type":"integer","default":4,"minimum":0,"maximum":4}},"additionalProperties":false,"required":["brp","seg1","seg2","sjw"]}}}]}},"additionalProperties":false,"required":["bit_rate_cfg_mode","bit_rate_std","bit_rate_fd"]}},"additionalProperties":false,"required":["can"]},"sensor":{"title":"Sensor configuration","type":"object","properties":{"top_left":{"title":"Sensor 1 (top-left)","$ref":"#/definitions/thermocouple"},"top_right":{"title":"Sensor 2 (top-right)","$ref":"#/definitions/thermocouple"},"bottom_left":{"title":"Sensor 3 (bottom-left)","$ref":"#/definitions/thermocouple"},"bottom_right":{"title":"Sensor 4 (bottom-right)","$ref":"#/definitions/thermocouple"}},"description":"Configuration of the thermocouple sensors"},"output":{"title":"Output","type":"object","properties":{"thermocouple":{"title":"Thermocouple (200 ms)","description":"Readings from all temperature sensors","$ref":"#/definitions/signal"},"thermocouple_hr_top":{"title":"Thermocouple high resolution top (200 ms)","description":"Readings from top row temperature sensors","$ref":"#/definitions/signal"},"thermocouple_hr_bottom":{"title":"Thermocouple high resolution bottom (200 ms)","description":"Readings from bottom row temperature sensors","$ref":"#/definitions/signal"}}}},"additionalProperties":false,"required":["phy","output","sensor"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"object","definitions":{"can_phy":{"title":"CAN PHY","description":"CAN-bus low-level configuration","type":"object","properties":{"mode":{"title":"Mode","description":"Configures how the device interacts with the CAN-bus. In Normal mode, the device can receive, acknowledge and transmit frames. In Restricted mode, the device can receive and acknowledge, but not transmit frames. In Bus Monitoring mode, the device can receive, but not acknowledge or transmit frames.","type":"integer","default":0,"oneOf":[{"type":"integer","title":"Normal (receive, acknowledge and transmit)","enum":[0]},{"type":"integer","title":"Restricted (receive and acknowledge)","enum":[1]},{"type":"integer","title":"Monitoring (receive only)","enum":[2]}]},"retransmission":{"title":"Automatic retransmission","description":"Retransmission of frames that have lost arbitration or that have been disturbed by errors during transmission.","type":"integer","default":1,"oneOf":[{"type":"integer","title":"Disable","enum":[0]},{"type":"integer","title":"Enable","enum":[1]}]},"bit_rate_cfg_mode":{"title":"Bit-rate configuration mode","description":"Configures how the CAN-bus bit-rate is set. Bit-rate supports all standard bit-rates. Non-standard bit-rate configuration can be set using Bit-timing.","type":"integer","default":0,"oneOf":[{"title":"Bit-rate (simple)","enum":[0]},{"title":"Bit-timing (advanced)","enum":[1]}]}},"dependencies":{"bit_rate_cfg_mode":{"oneOf":[{"properties":{"bit_rate_cfg_mode":{"enum":[0]},"bit_rate_std":{"title":"Bit-rate standard","type":"integer","default":250000,"oneOf":[{"title":"5K","enum":[5000]},{"title":"10K","enum":[10000]},{"title":"20K","enum":[20000]},{"title":"33.333K","enum":[33333]},{"title":"47.619K","enum":[47619]},{"title":"50K","enum":[50000]},{"title":"83.333K","enum":[83333]},{"title":"95.238K","enum":[95238]},{"title":"100K","enum":[100000]},{"title":"125K","enum":[125000]},{"title":"250K","enum":[250000]},{"title":"500K","enum":[500000]},{"title":"800K","enum":[800000]},{"title":"1M","enum":[1000000]}]},"bit_rate_fd":{"title":"Bit-rate FD","type":"integer","default":1000000,"oneOf":[{"title":"1M","enum":[1000000]},{"title":"2M","enum":[2000000]},{"title":"4M","enum":[4000000]}]}},"required":["bit_rate_std","bit_rate_fd"]},{"properties":{"bit_rate_cfg_mode":{"enum":[1]},"bit_rate_std":{"title":"Bit-timing standard","type":"object","properties":{"brp":{"title":"BRP (Bit Rate Prescaler)","type":"integer","default":2,"minimum":1},"seg1":{"title":"SEG1 (Time Segment 1)","type":"integer","default":63,"minimum":1},"seg2":{"title":"SEG2 (Time Segment 2)","type":"integer","default":16,"minimum":2},"sjw":{"title":"SJW (Synchronization Jump Width)","type":"integer","default":4,"minimum":0,"maximum":4}},"additionalProperties":false,"required":["brp","seg1","seg2","sjw"]},"bit_rate_fd":{"title":"Bit-timing FD","type":"object","properties":{"brp":{"title":"BRP (Bit Rate Prescaler)","type":"integer","default":1,"minimum":1},"seg1":{"title":"SEG1 (Time Segment 1)","type":"integer","default":31,"minimum":1},"seg2":{"title":"SEG2 (Time Segment 2)","type":"integer","default":8,"minimum":2},"sjw":{"title":"SJW (Synchronization Jump Width)","type":"integer","default":4,"minimum":0,"maximum":4}},"additionalProperties":false,"required":["brp","seg1","seg2","sjw"]}},"required":["bit_rate_std","bit_rate_fd"]}]}},"additionalProperties":false,"patternProperties":{"bit_rate_std":{},"bit_rate_fd":{}},"required":["mode","retransmission","bit_rate_cfg_mode"]},"signal":{"type":"object","properties":{"state":{"title":"State","type":"integer","default":1,"oneOf":[{"type":"integer","title":"Disable","enum":[0]},{"type":"integer","title":"Enable","enum":[1]}]},"id_format":{"title":"ID Format","description":"ID format of the message","type":"integer","default":0,"oneOf":[{"type":"integer","title":"Standard (11-bit)","enum":[0]},{"type":"integer","title":"Extended (29-bit)","enum":[1]}]},"id":{"title":"Message ID (hex)","description":"ID of the message in hex. Example: 00435354.","default":"01","type":"string"},"trigger":{"title":"Trigger method","description":"Transmission trigger method. Push: Signal is periodically transmitted. Poll: Signal is transmitted on request","type":"integer","default":0,"oneOf":[{"title":"Push","enum":[0]},{"title":"Poll","enum":[1]}]}},"dependencies":{"id_format":{"oneOf":[{"properties":{"id_format":{"enum":[0]},"id":{"pattern":"^([0-7][a-fA-F0-9]{2}|[a-fA-F0-9]{1,2})$","maxLength":3}}},{"properties":{"id_format":{"enum":[1]},"id":{"pattern":"^([0-1][a-fA-F0-9]{7}|[a-fA-F0-9]{1,7})$","maxLength":8}}}]},"trigger":{"oneOf":[{"properties":{"trigger":{"enum":[0]},"scaler":{"title":"Scaler","description":"Periodic message scaler","default":1,"type":"integer"}}},{"properties":{"trigger":{"enum":[1]}}}]}}},"thermocouple":{"type":"object","properties":{"type":{"title":"Type","description":"Thermocouple type","type":"integer","default":3,"oneOf":[{"title":"B","enum":[0]},{"title":"E","enum":[1]},{"title":"J","enum":[2]},{"title":"K","enum":[3]},{"title":"N","enum":[4]},{"title":"R","enum":[5]},{"title":"S","enum":[6]},{"title":"T","enum":[7]}]},"noise_filter":{"title":"Noise filter","description":"Line noise rejection filter. Select rejection of 50 Hz (EU) and its harmonics or 60 Hz (USA) and its harmonics","type":"integer","default":0,"oneOf":[{"title":"50 Hz","enum":[0]},{"title":"60 Hz","enum":[1]}]}}}},"properties":{"phy":{"title":"PHY","type":"object","properties":{"can":{"title":"CAN","type":"object","properties":{"phy":{"$ref":"#/definitions/can_phy"}},"additionalProperties":false,"required":["phy"]}},"additionalProperties":false,"required":["can"]},"sensor":{"title":"Sensor configuration","type":"object","properties":{"top_left":{"title":"Sensor 1 (top-left)","$ref":"#/definitions/thermocouple"},"top_right":{"title":"Sensor 2 (top-right)","$ref":"#/definitions/thermocouple"},"bottom_left":{"title":"Sensor 3 (bottom-left)","$ref":"#/definitions/thermocouple"},"bottom_right":{"title":"Sensor 4 (bottom-right)","$ref":"#/definitions/thermocouple"}},"description":"Configuration of the thermocouple sensors"},"output":{"title":"Output","type":"object","properties":{"thermocouple":{"title":"Thermocouple (200 ms)","description":"Readings from all temperature sensors","$ref":"#/definitions/signal"},"thermocouple_hr_top":{"title":"Thermocouple high resolution top (200 ms)","description":"Readings from top row temperature sensors","$ref":"#/definitions/signal"},"thermocouple_hr_bottom":{"title":"Thermocouple high resolution bottom (200 ms)","description":"Readings from bottom row temperature sensors","$ref":"#/definitions/signal"}}}},"additionalProperties":false,"required":["phy"]}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"navConf": {
|
|
3
|
+
"order": [
|
|
4
|
+
"PHY",
|
|
5
|
+
"SENSOR",
|
|
6
|
+
"OUTPUT"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"phy": {
|
|
10
|
+
"nav": "PHY",
|
|
11
|
+
"can": {
|
|
12
|
+
"bit_rate_cfg_mode": {},
|
|
13
|
+
"bit_rate_std": {
|
|
14
|
+
"classNames": "col-sm-6"
|
|
15
|
+
},
|
|
16
|
+
"bit_rate_fd": {
|
|
17
|
+
"classNames": "col-sm-6"
|
|
18
|
+
},
|
|
19
|
+
"brp": {
|
|
20
|
+
"ui:widget": "updown",
|
|
21
|
+
"classNames": "col-sm-3"
|
|
22
|
+
},
|
|
23
|
+
"seg1": {
|
|
24
|
+
"ui:widget": "updown",
|
|
25
|
+
"classNames": "col-sm-3"
|
|
26
|
+
},
|
|
27
|
+
"seg2": {
|
|
28
|
+
"ui:widget": "updown",
|
|
29
|
+
"classNames": "col-sm-3"
|
|
30
|
+
},
|
|
31
|
+
"sjw": {
|
|
32
|
+
"ui:widget": "updown",
|
|
33
|
+
"classNames": "col-sm-3"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"sensor": {
|
|
38
|
+
"nav": "SENSOR",
|
|
39
|
+
"top_left": {
|
|
40
|
+
"classNames": "col-sm-3"
|
|
41
|
+
},
|
|
42
|
+
"top_right": {
|
|
43
|
+
"classNames": "col-sm-3"
|
|
44
|
+
},
|
|
45
|
+
"bottom_left": {
|
|
46
|
+
"classNames": "col-sm-3"
|
|
47
|
+
},
|
|
48
|
+
"bottom_right": {
|
|
49
|
+
"classNames": "col-sm-3"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"output": {
|
|
53
|
+
"nav": "OUTPUT",
|
|
54
|
+
"thermocouple": {
|
|
55
|
+
"state": {
|
|
56
|
+
"classNames": "col-sm-2"
|
|
57
|
+
},
|
|
58
|
+
"id_format": {
|
|
59
|
+
"classNames": "col-sm-2"
|
|
60
|
+
},
|
|
61
|
+
"id": {
|
|
62
|
+
"classNames": "col-sm-3"
|
|
63
|
+
},
|
|
64
|
+
"trigger": {
|
|
65
|
+
"classNames": "col-sm-2"
|
|
66
|
+
},
|
|
67
|
+
"scaler": {
|
|
68
|
+
"classNames": "col-sm-3"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"thermocouple_hr_top": {
|
|
72
|
+
"state": {
|
|
73
|
+
"classNames": "col-sm-2"
|
|
74
|
+
},
|
|
75
|
+
"id_format": {
|
|
76
|
+
"classNames": "col-sm-2"
|
|
77
|
+
},
|
|
78
|
+
"id": {
|
|
79
|
+
"classNames": "col-sm-3"
|
|
80
|
+
},
|
|
81
|
+
"trigger": {
|
|
82
|
+
"classNames": "col-sm-2"
|
|
83
|
+
},
|
|
84
|
+
"scaler": {
|
|
85
|
+
"classNames": "col-sm-3"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"thermocouple_hr_bottom": {
|
|
89
|
+
"state": {
|
|
90
|
+
"classNames": "col-sm-2"
|
|
91
|
+
},
|
|
92
|
+
"id_format": {
|
|
93
|
+
"classNames": "col-sm-2"
|
|
94
|
+
},
|
|
95
|
+
"id": {
|
|
96
|
+
"classNames": "col-sm-3"
|
|
97
|
+
},
|
|
98
|
+
"trigger": {
|
|
99
|
+
"classNames": "col-sm-2"
|
|
100
|
+
},
|
|
101
|
+
"scaler": {
|
|
102
|
+
"classNames": "col-sm-3"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"navConf": {
|
|
3
|
+
"order": [
|
|
4
|
+
"PHY",
|
|
5
|
+
"SENSOR",
|
|
6
|
+
"OUTPUT"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"phy": {
|
|
10
|
+
"nav": "PHY",
|
|
11
|
+
"can": {
|
|
12
|
+
"phy": {
|
|
13
|
+
"mode": {
|
|
14
|
+
"classNames": "col-sm-6"
|
|
15
|
+
},
|
|
16
|
+
"retransmission": {
|
|
17
|
+
"classNames": "col-sm-6"
|
|
18
|
+
},
|
|
19
|
+
"bit_rate_cfg_mode": {
|
|
20
|
+
"classNames": "col-sm-12"
|
|
21
|
+
},
|
|
22
|
+
"bit_rate_std": {
|
|
23
|
+
"classNames": "col-sm-6"
|
|
24
|
+
},
|
|
25
|
+
"bit_rate_fd": {
|
|
26
|
+
"classNames": "col-sm-6"
|
|
27
|
+
},
|
|
28
|
+
"brp": {
|
|
29
|
+
"ui:widget": "updown",
|
|
30
|
+
"classNames": "col-sm-3"
|
|
31
|
+
},
|
|
32
|
+
"seg1": {
|
|
33
|
+
"ui:widget": "updown",
|
|
34
|
+
"classNames": "col-sm-3"
|
|
35
|
+
},
|
|
36
|
+
"seg2": {
|
|
37
|
+
"ui:widget": "updown",
|
|
38
|
+
"classNames": "col-sm-3"
|
|
39
|
+
},
|
|
40
|
+
"sjw": {
|
|
41
|
+
"ui:widget": "updown",
|
|
42
|
+
"classNames": "col-sm-3"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"ui:title": " "
|
|
46
|
+
},
|
|
47
|
+
"ui:title": " "
|
|
48
|
+
},
|
|
49
|
+
"sensor": {
|
|
50
|
+
"nav": "SENSOR",
|
|
51
|
+
"top_left": {
|
|
52
|
+
"classNames": "col-sm-3"
|
|
53
|
+
},
|
|
54
|
+
"top_right": {
|
|
55
|
+
"classNames": "col-sm-3"
|
|
56
|
+
},
|
|
57
|
+
"bottom_left": {
|
|
58
|
+
"classNames": "col-sm-3"
|
|
59
|
+
},
|
|
60
|
+
"bottom_right": {
|
|
61
|
+
"classNames": "col-sm-3"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"output": {
|
|
65
|
+
"nav": "OUTPUT",
|
|
66
|
+
"thermocouple": {
|
|
67
|
+
"state": {
|
|
68
|
+
"classNames": "col-sm-2"
|
|
69
|
+
},
|
|
70
|
+
"id_format": {
|
|
71
|
+
"classNames": "col-sm-2"
|
|
72
|
+
},
|
|
73
|
+
"id": {
|
|
74
|
+
"classNames": "col-sm-3"
|
|
75
|
+
},
|
|
76
|
+
"trigger": {
|
|
77
|
+
"classNames": "col-sm-2"
|
|
78
|
+
},
|
|
79
|
+
"scaler": {
|
|
80
|
+
"classNames": "col-sm-3"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"thermocouple_hr_top": {
|
|
84
|
+
"state": {
|
|
85
|
+
"classNames": "col-sm-2"
|
|
86
|
+
},
|
|
87
|
+
"id_format": {
|
|
88
|
+
"classNames": "col-sm-2"
|
|
89
|
+
},
|
|
90
|
+
"id": {
|
|
91
|
+
"classNames": "col-sm-3"
|
|
92
|
+
},
|
|
93
|
+
"trigger": {
|
|
94
|
+
"classNames": "col-sm-2"
|
|
95
|
+
},
|
|
96
|
+
"scaler": {
|
|
97
|
+
"classNames": "col-sm-3"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"thermocouple_hr_bottom": {
|
|
101
|
+
"state": {
|
|
102
|
+
"classNames": "col-sm-2"
|
|
103
|
+
},
|
|
104
|
+
"id_format": {
|
|
105
|
+
"classNames": "col-sm-2"
|
|
106
|
+
},
|
|
107
|
+
"id": {
|
|
108
|
+
"classNames": "col-sm-3"
|
|
109
|
+
},
|
|
110
|
+
"trigger": {
|
|
111
|
+
"classNames": "col-sm-2"
|
|
112
|
+
},
|
|
113
|
+
"scaler": {
|
|
114
|
+
"classNames": "col-sm-3"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|