1 Star 0 Fork 0

liuguilin / tplink-adapter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Stegeman 提交于 2020-10-05 11:47 . Drop Mozilla branding.
{
"author": "WebThingsIO",
"description": "TP-Link Kasa smart plug/bulb adapter plugin for WebThings Gateway",
"gateway_specific_settings": {
"webthings": {
"exec": "python3 {path}/main.py",
"primary_type": "adapter",
"strict_max_version": "*",
"strict_min_version": "0.10.0"
}
},
"homepage_url": "https://github.com/WebThingsIO/tplink-adapter",
"id": "tplink-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "TP-Link Kasa",
"options": {
"default": {
"addresses": []
},
"schema": {
"type": "object",
"required": [
"addresses"
],
"properties": {
"addresses": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"short_name": "TP-Link Kasa",
"version": "0.6.2"
}
1
https://gitee.com/liu_guilin/tplink-adapter.git
git@gitee.com:liu_guilin/tplink-adapter.git
liu_guilin
tplink-adapter
tplink-adapter
master

搜索帮助