79 lines
2.9 KiB
JSON
79 lines
2.9 KiB
JSON
{
|
|
"common": {
|
|
"name": "vis-material",
|
|
"version": "0.1.5",
|
|
"news": {
|
|
"0.1.5": {
|
|
"en": "feat: new window shutter widget",
|
|
"de": "feat: neues Fenster-Rollladen widget",
|
|
"ru": "feat: new window shutter widget"
|
|
},
|
|
"0.1.4": {
|
|
"en": "feat: new humidity widget",
|
|
"de": "feat: neues Luftfeuchte widget",
|
|
"ru": "feat: new humidity widget"
|
|
},
|
|
"0.1.3": {
|
|
"en": "feat: new dimmer widget",
|
|
"de": "feat: new dimmer widget",
|
|
"ru": "feat: new dimmer widget"
|
|
},
|
|
"0.1.2": {
|
|
"en": "feat: switch added to light widget",
|
|
"de": "feat: switch added to light widget",
|
|
"ru": "feat: switch added to light widget"
|
|
},
|
|
"0.1.1": {
|
|
"en": "feat: temperature and light widget",
|
|
"de": "feat: temperature and light widget",
|
|
"ru": "feat: temperature and light widget"
|
|
},
|
|
"0.1.0": {
|
|
"en": "feat: include material css from uhula",
|
|
"de": "feat: include material css from uhula",
|
|
"ru": "feat: include material css from uhula"
|
|
},
|
|
"0.0.1": {
|
|
"en": "initial adapter",
|
|
"de": "Initiale Version",
|
|
"ru": "Первоначальный адаптер",
|
|
"pt": "Versão inicial",
|
|
"fr": "Version initiale",
|
|
"nl": "Eerste release"
|
|
}
|
|
},
|
|
"title": "material widgets",
|
|
"desc": {
|
|
"en": "material Widgets for yunkong2.vis",
|
|
"de": "material Widgets für yunkong2.vis",
|
|
"ru": "material Widgets для yunkong2.vis",
|
|
"pt": "molde de Widgets para o yunkong2.vis",
|
|
"fr": "modèle de Widgets pour yunkong2.vis",
|
|
"nl": "sjabloon widgets voor yunkong2.vis"
|
|
},
|
|
"platform": "Javascript/Node.js",
|
|
"icon": "material.png",
|
|
"enabled": true,
|
|
"mode": "once",
|
|
"extIcon": "https://git.spacen.net/nisiode/yunkong2.vis-material/raw/master/admin/material.png",
|
|
"keywords": ["material", "vis", "GUI", "graphical", "scada"],
|
|
"readme": "https://github.com/nisiode/yunkong2.vis-material/blob/master/README.md",
|
|
"authors": [
|
|
"nisiode <nisio.air@gmail.com>"
|
|
],
|
|
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
|
|
"license": "MIT",
|
|
"dependencies": ["vis"],
|
|
"onlyWWW": true,
|
|
"noConfig": true,
|
|
"singleton": true,
|
|
"type": "visualization-widgets",
|
|
"restartAdapters": ["vis"]
|
|
},
|
|
"native": {
|
|
"dependencies": []
|
|
},
|
|
"instanceObjects": [
|
|
]
|
|
}
|