UNPKG

@k-roon/homebridge-hejhome-ir

Version:
52 lines (51 loc) 1.31 kB
{ "pluginAlias": "HejhomeIR", "pluginType": "platform", "singular": true, "strictValidation": false, "schema": { "type": "object", "properties": { "name": { "title": "이름", "type": "string", "required": true, "default": "Hejhome IR" }, "host": { "title": "Hejhome API 호스트", "type": "string", "required": true, "default": "https://square.hej.so" }, "credentials": { "title": "Hejhome 로그인 정보", "type": "object", "required": true, "properties": { "email": { "title": "Hejhome 이메일", "type": "string", "required": true }, "password": { "title": "Hejhome 비밀번호", "type": "string", "required": true, "format": "password", "x-schema-form": { "type": "password" } } } }, "deviceNames": { "title": "제어할 기기 이름", "type": "array", "required": true, "items": { "type": "string" }, "description": "제어하려는 IR 기기 이름 목록" } } } }