homebridge-smartthings-acs
Version:
SmartThings 에어컨을 HomeKit에 연동하고 실시간 상태 업데이트를 지원하는 플러그인
35 lines (34 loc) • 803 B
JSON
{
"name": "homebridge-smartthings-acs",
"version": "1.1.3",
"description": "SmartThings 에어컨을 HomeKit에 연동하고 실시간 상태 업데이트를 지원하는 플러그인",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"author": "Km81",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"smartthings",
"airconditioner",
"samsung",
"ac",
"oauth",
"webhook"
],
"engines": {
"homebridge": ">=1.6.0",
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Km81/homebridge-smartthings-acs.git"
},
"dependencies": {
"axios": "^1.7.2",
"axios-retry": "^4.4.0",
"lru-cache": "^10.2.2"
}
}