2018-09-16 09:00:12 +08:00
{
"common" : {
"name" : "vis" ,
"version" : "1.1.7" ,
"title" : "Visualisation" ,
"titleLang" : {
"en" : "Visualisation" ,
2018-09-16 09:57:56 +08:00
"cn" : "可视化设计"
2018-09-16 09:00:12 +08:00
} ,
"desc" : {
2018-09-16 09:04:26 +08:00
"en" : "Graphical user interface for yunkong2" ,
2018-09-16 17:54:41 +08:00
"cn" : "云控可视化设计器"
2018-09-16 09:00:12 +08:00
} ,
"platform" : "Javascript/Node.js" ,
"loglevel" : "info" ,
"icon" : "vis.png" ,
"enabled" : true ,
"mode" : "once" ,
2018-09-16 09:57:56 +08:00
"extIcon" : "https://git.spacen.net/yunkong2/yunkong2.vis/raw/master/admin/vis.png" ,
2018-09-16 09:00:12 +08:00
"keywords" : [
"DashUI" ,
"GUI" ,
"graphical" ,
"scada"
] ,
2018-09-16 09:57:56 +08:00
"readme" : "https://git.spacen.net/yunkong2/yunkong2.vis/blob/master/README.md" ,
2018-09-16 09:00:12 +08:00
"localLink" : "%web_protocol%://%ip%:%web_port%/vis/edit.html" ,
"license" : "CC BY-NC" ,
"dependencies" : [
{
"web" : ">=1.5.4"
}
] ,
"restartAdapters" : [
"vis"
] ,
"serviceStates" : "lib/states.js" ,
"singleton" : true ,
"type" : "visualization" ,
"highlight" : true ,
"noConfig" : false ,
"materialize" : true ,
"welcomeScreen" : {
"link" : "vis/index.html" ,
2019-01-11 22:41:17 +08:00
"name" : "云控仪表" ,
2018-09-16 09:00:12 +08:00
"img" : "vis/img/favicon.png" ,
"color" : "#ffe9c8" ,
"order" : 0
} ,
"welcomeScreenPro" : {
"link" : "vis/edit.html" ,
2019-01-11 22:41:17 +08:00
"name" : "可视化设计器" ,
2018-09-16 09:00:12 +08:00
"img" : "vis/img/faviconEdit.png" ,
"color" : "#c8ffe1" ,
"order" : 1
}
} ,
"native" : {
"defaultFileMode" : 1604 ,
"license" : ""
} ,
"instanceObjects" : [
{
"_id" : "" ,
"type" : "meta" ,
"common" : {
"name" : "user files and images for vis" ,
"type" : "meta.user"
} ,
"native" : { }
} ,
{
"_id" : "control" ,
"type" : "channel" ,
"common" : {
"name" : "Control vis"
} ,
"native" : { }
} ,
{
"_id" : "control.instance" ,
"type" : "state" ,
"common" : {
"name" : "Control vis" ,
"type" : "string" ,
"desc" : "Write here browser instance ID to control or 'FFFFFFFF' to control all instances"
} ,
"native" : { }
} ,
{
"_id" : "control.command" ,
"type" : "state" ,
"common" : {
"name" : "Command for vis" ,
"type" : "string" ,
"desc" : "Writing this variable akt as the trigger. Instance and data must be preset before 'command' will be written. 'changedView' will be signalled too" ,
"states" : {
"alert" : "alert" ,
"changeView" : "changeView" ,
"refresh" : "refresh" ,
"reload" : "reload" ,
"dialog" : "dialog" ,
"popup" : "popup" ,
"playSound" : "playSound" ,
"changedView" : "changedView" ,
"tts" : "tts"
}
} ,
"native" : { }
} ,
{
"_id" : "control.data" ,
"type" : "state" ,
"common" : {
"name" : "Data for control vis" ,
"type" : "string" ,
"desc" : "Used for: alert, changeView, dialog, popup, playSound, changedView"
} ,
"native" : { }
}
]
}