-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.schema.json
260 lines (260 loc) · 9.66 KB
/
config.schema.json
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
253
254
255
256
257
258
259
260
{
"pluginAlias": "DaelimSmartHomePlatform",
"pluginType": "platform",
"singular": true,
"customUi": true,
"customUiPath": "./dist/homebridge-ui",
"headerDisplay": "Homebridge plugin for DL E&C SmartHome",
"footerDisplay": "For a detailed description, see the [GitHub](https://github.com/OrigamiDream/homebridge-daelim-smarthome.git)",
"schema": {
"type": "object",
"properties": {
"name": {
"description": "The name of the plugin",
"type": "string",
"required": true,
"default": "DL E&C"
},
"region": {
"description": "거주하는 지역을 선택하세요.",
"type": "string",
"required": true
},
"complex": {
"description": "거주 아파트 단지를 선택하세요.",
"type": "string",
"required": true
},
"username": {
"description": "스마트홈 앱 로그인에 사용하는 아이디를 입력하세요.",
"type": "string",
"required": true
},
"password": {
"description": "스마트홈 앱 로그인에 사용하는 비밀번호를 입력하세요.",
"type": "string",
"required": true
},
"uuid": {
"description": "MD5 해시값을 입력해주세요.",
"type": "string",
"required": true,
"pattern": "^[a-fA-F0-9]{32}$"
},
"devices": {
"title": "기기",
"type": "array",
"items": {
"type": "object",
"properties": {
"displayName": {
"title": "메뉴 표기 이름",
"type": "string",
"required": true
},
"name": {
"title": "기기 이름",
"type": "string",
"required": true
},
"deviceType": {
"title": "기기 종류",
"type": "string"
},
"deviceId": {
"title": "기기 아이디",
"type": "string"
},
"disabled": {
"title": "기기 비활성화",
"type": "boolean"
},
"duration": {
"title": "엑세서리 활성화 시간 설정",
"type": "object",
"properties": {
"elevator": {
"title": "엘레베이터 스위치 활성화 기간",
"type": "integer",
"placeholder": 30,
"minimum": 1,
"description": "엘레베이터 호출 시 스위치가 활성화 되어 있는 시간 (초 단위)."
},
"vehicle": {
"title": "입차 모션 센서 활성화 기간",
"type": "integer",
"placeholder": 5,
"minimum": 1,
"description": "입차 시 모션 센서가 활성화 되어 있는 시간 (초 단위)."
},
"door": {
"title": "세대현관 및 공동현관 모션 센서 활성화 기간",
"type": "integer",
"placeholder": 5,
"minimum": 1,
"description": "세대현관 공동현관이 열렸을 때 모션 센서가 활성화 되어 있는 시간 (초 단위)."
},
"camera": {
"title": "세대현관 및 공동현관에 방문자 모션 센서 활성화 기간",
"type": "integer",
"placeholder": 180,
"minimum": 1,
"description": "세대현관 및 공동현관 인터폰에 방문자 방문 시 모션 센서 활성화 및 HomeKit Secure Video에 이미지가 나타나 있는 시간 (초 단위)."
}
}
},
"camera": {
"title": "HomeKit Secure Video 설정",
"type": "object",
"properties": {
"maxStreams": {
"title": "동시 시청 가능한 최대 기기 수",
"type": "integer",
"placeholder": 2,
"minimum": 1,
"description": "한 카메라에서 한번에 동시 스트리밍 가능한 최대 기기 수."
},
"maxWidth": {
"title": "영상 최대 너비",
"type": "integer",
"placeholder": 1280,
"multipleOf": 2,
"minimum": 0,
"description": "HomeKit에 스트리밍 될 영상의 최대 너비. 0으로 설정 시 HomeKit에서 요청하는 사이즈로 설정됩니다."
},
"maxHeight": {
"title": "영상 최대 높이",
"type": "integer",
"placeholder": 720,
"multipleOf": 2,
"minimum": 0,
"description": "HomeKit에 스트리밍 될 영상의 최대 높이. 0으로 설정 시 HomeKit에서 요청하는 사이즈로 설정됩니다."
},
"forceMax": {
"title": "최대값 강제",
"type": "boolean",
"description": "활성화 시 HomeKit에서 요청한 값에 상관없이 이 고급 설정에서 설정된 최대값으로 덮어쓰기합니다."
},
"codec": {
"title": "영상 코덱",
"type": "string",
"placeholder": "libx264",
"typeahead": {
"source": [
"libx264",
"h264_omx",
"h264_videotoolbox",
"copy"
]
},
"description": "HomeKit으로 전송될 영상의 코덱. H.264를 기반으로 둔 코덱이어야 합니다. 사용자 환경에서 하드웨어 가속이 가능한 옵션으로 변경할 수 있습니다."
},
"packetSize": {
"title": "패킷 사이즈",
"type": "number",
"placeholder": 1316,
"multipleOf": 188,
"minimum": 188,
"description": "영상 상태가 고르지 못할 경우 더 작은 값을 사용하세요."
},
"videoFilter": {
"title": "영상 필터",
"type": "string",
"description": "FFmpeg에 호환되는 쉼표로 구분된 추가적인 영상 필터. 'none'이 포함될 시 기본 설정된 내부 영상 필터는 비활성화 됩니다."
},
"encoderOptions": {
"title": "인코더 옵션",
"type": "string",
"placeholder": "-preset ultrafast -tune zerolatency",
"description": "영상 인코더에 전달될 옵션."
}
}
}
}
}
}
}
},
"layout": [{
"key": "devices",
"type": "tabarray",
"title": "{{ value.displayName }}",
"description": "등록 가능한 기기의 이름 및 활성화 여부를 설정할 수 있습니다.",
"items": [
"devices[].displayName",
"devices[].disabled",
{
"key": "devices[]",
"type": "fieldset",
"title": "엘레베이터 호출 세부 설정",
"expandable": true,
"expanded": false,
"items": [
"devices[].duration.elevator"
],
"condition": {
"functionBody": "return model.devices && model.devices[arrayIndices] && ['elevator'].includes(model.devices[arrayIndices].deviceType)"
}
},
{
"key": "devices[]",
"type": "fieldset",
"title": "주차차단기 세부 설정",
"expandable": true,
"expanded": false,
"items": [
"devices[].duration.vehicle"
],
"condition": {
"functionBody": "return model.devices && model.devices[arrayIndices] && ['vehicle'].includes(model.devices[arrayIndices].deviceType)"
}
},
{
"key": "devices[]",
"type": "fieldset",
"title": "세대현관 및 공동현관 세부 설정",
"expandable": true,
"expanded": false,
"items": [
"devices[].duration.door"
],
"condition": {
"functionBody": "return model.devices && model.devices[arrayIndices] && ['door'].includes(model.devices[arrayIndices].deviceType)"
}
},
{
"key": "devices[]",
"type": "fieldset",
"title": "세대현관 및 공동현관 인터폰 카메라 세부 설정",
"expandable": true,
"expanded": false,
"items": [
"devices[].duration.camera"
],
"condition": {
"functionBody": "return model.devices && model.devices[arrayIndices] && ['camera'].includes(model.devices[arrayIndices].deviceType)"
}
},
{
"key": "devices[]",
"type": "fieldset",
"title": "HomeKit Secure Video 설정",
"expandable": true,
"expanded": false,
"items": [
"devices[].camera.maxStreams",
"devices[].camera.maxWidth",
"devices[].camera.maxHeight",
"devices[].camera.forceMax",
"devices[].camera.codec",
"devices[].camera.packetSize",
"devices[].camera.videoFilter",
"devices[].camera.encoderOptions"
],
"condition": {
"functionBody": "return model.devices && model.devices[arrayIndices] && ['camera'].includes(model.devices[arrayIndices].deviceType)"
}
}
]
}]
}