-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
252 lines (252 loc) · 7.12 KB
/
Copy pathstrings.json
File metadata and controls
252 lines (252 loc) · 7.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{
"config": {
"step": {
"user": {
"title": "Global Caché iTach",
"description": "Enter the IP address or hostname of your iTach (TCP port 4998 by default)."
},
"pick_device": {
"title": "Select gateway",
"description": "Choose a gateway discovered on your network, or enter an address manually.",
"data": {
"device": "Gateway"
}
},
"confirm": {
"title": "Confirm gateway",
"description": "Set up {model} at {host} (ID {uuid})?",
"data": {
"device_name": "Name (optional)"
}
},
"dhcp": {
"title": "Discovered Global Caché gateway",
"description": "A Global Caché device was found on your network ({host})."
},
"discovery": {
"title": "Discovered Global Caché gateway",
"description": "A Global Caché device was found on your network ({host})."
},
"reconfigure": {
"title": "Update connection",
"description": "Change the gateway IP or hostname. The integration will reconnect and refresh device capabilities."
}
},
"error": {
"cannot_connect": "Could not connect or query the device. Check the address, port, and network."
},
"abort": {
"already_configured": "This gateway is already configured.",
"already_in_progress": "Setup for this gateway is already in progress.",
"cannot_connect": "Could not connect or query the discovered device."
}
},
"options": {
"step": {
"init": {
"title": "iTach options",
"description": "Adjust IR defaults, timeouts, remotes, relays, or serial ports.",
"data": {
"next": "Choose an action"
}
},
"timeouts": {
"title": "Timeouts"
},
"ir_defaults": {
"title": "IR defaults"
},
"remote_name": {
"title": "Remote name"
},
"remote_connector": {
"title": "IR connector",
"description": "{ir_hint}"
},
"remote_commands": {
"title": "Commands (JSON)",
"description": "{hint}"
},
"edit_remote": {
"title": "Edit remote",
"description": "Choose a remote to change its name, IR connector, or command list.",
"data": {
"remote_id": "Remote"
}
},
"remove_remote": {
"title": "Remove remote",
"data": {
"remote_id": "Remote"
}
},
"relay_name": {
"title": "Relay name"
},
"relay_connector": {
"title": "Relay connector"
},
"edit_relay": {
"title": "Edit relay",
"description": "Change name or module/port for a configured relay.",
"data": {
"relay_id": "Relay"
}
},
"remove_relay": {
"title": "Remove relay",
"data": {
"relay_id": "Relay"
}
},
"serial_name": {
"title": "Serial port name"
},
"serial_connector": {
"title": "Serial connector"
},
"serial_settings": {
"title": "Serial line settings",
"data": {
"serial_settings": "Parameters (get_SERIAL / set_SERIAL)",
"append_cr": "Append CR to each send",
"monitor_incoming": "Monitor incoming data (persistent connection)"
}
},
"serial_commands": {
"title": "Serial presets (JSON)",
"description": "{hint}"
},
"edit_serial": {
"title": "Edit serial port",
"description": "Change name, connector, line settings, or preset buttons.",
"data": {
"serial_id": "Serial port"
}
},
"remove_serial": {
"title": "Remove serial port",
"data": {
"serial_id": "Serial port"
}
}
}
},
"entity": {
"binary_sensor": {
"tcp_connected": {
"name": "TCP connected"
}
},
"sensor": {
"gateway_diagnostics": {
"name": "Gateway diagnostics"
},
"last_poll": {
"name": "Last gateway poll"
},
"configured_remotes": {
"name": "Configured remotes"
},
"serial_last_received": {
"name": "Last received"
}
}
},
"services": {
"send_raw": {
"name": "Send raw TCP command",
"description": "Send an ASCII line to port 4998 and collect responses for a short time.",
"fields": {
"device_id": {
"name": "Device",
"description": "The iTach gateway device."
},
"command": {
"name": "Command",
"description": "Command line (carriage return is added if missing)."
},
"collect_seconds": {
"name": "Collect duration",
"description": "How long to buffer response lines after sending."
}
}
},
"sendir": {
"name": "Send structured sendir",
"description": "Send a full sendir with explicit parameters."
},
"stop_ir": {
"name": "Stop IR",
"description": "Send stopir for a connector."
},
"ir_learner_start": {
"name": "IR learner start",
"description": "Enable the built-in IR learner (get_IRL)."
},
"ir_learner_stop": {
"name": "IR learner stop",
"description": "Disable IR learner (stop_IRL)."
},
"receive_ir": {
"name": "IR receive mode",
"description": "Enable or disable receiveIR streaming for automations."
},
"get_ir": {
"name": "Get IR port mode",
"description": "Query get_IR for a connector."
},
"set_ir": {
"name": "Set IR port mode",
"description": "Apply set_IR mode (IR, SENSOR, IR_BLASTER, etc.)."
},
"get_devices": {
"name": "List modules",
"description": "Run getdevices."
},
"get_version": {
"name": "Firmware version",
"description": "Run getversion for a module."
},
"get_net": {
"name": "Network settings",
"description": "Run get_NET,0:1."
},
"send_command": {
"name": "Send TCP command (alias)",
"description": "Same as send_raw; for parity with Global Caché documentation naming."
},
"set_led_lighting": {
"name": "Set LED lighting",
"description": "set_LED_LIGHTING for a connector in LED_LIGHTING mode (intensity 0–100, ramp 0–10)."
},
"get_led_lighting": {
"name": "Get LED lighting",
"description": "get_LED_LIGHTING for a connector."
},
"send_serial": {
"name": "Send serial payload",
"description": "Send on the serial data port (control port + module)."
},
"get_serial": {
"name": "Get serial parameters",
"description": "Run get_SERIAL for a connector."
},
"set_serial": {
"name": "Set serial parameters",
"description": "Run set_SERIAL (baud, flow, parity, …)."
},
"set_relay": {
"name": "Set relay",
"description": "setstate for a relay/contact connector."
},
"get_relay": {
"name": "Get relay",
"description": "getstate for a relay/contact connector."
},
"pulse_relay": {
"name": "Pulse relay",
"description": "Turn relay on briefly then off."
}
}
}