mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
callback
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"id1": "id1",
|
||||
"id2": "id2",
|
||||
"id3": "id3",
|
||||
"id4": "id4"
|
||||
}
|
||||
5
data/items/signs.json
Normal file
5
data/items/signs.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"more":">",
|
||||
"less":"<",
|
||||
"eq":"="
|
||||
}
|
||||
@@ -58,12 +58,66 @@
|
||||
"action": "/set?cleanconf",
|
||||
"class": "btn btn-block btn-default"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "Если",
|
||||
"style": "width:25%;float:left;"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"name": "id-arg",
|
||||
"action": "/set?id=[[id-arg]]",
|
||||
"state": "en",
|
||||
"title": "elements.json"
|
||||
"title": "items/elements.json",
|
||||
"style": "width:25%;float:left"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"name": "id-arg2",
|
||||
"action": "/set?id=[[id-arg2]]",
|
||||
"state": "en",
|
||||
"title": "items/signs.json",
|
||||
"style": "width:25%;float:left"
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"title": "",
|
||||
"name": "fsi-arg",
|
||||
"pattern": "",
|
||||
"state": "{{fsi}}",
|
||||
"style": "width:25%;float:left"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "То",
|
||||
"style": "width:25%;float:left;"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"name": "id-arg3",
|
||||
"action": "/set?id=[[id-arg3]]",
|
||||
"state": "en",
|
||||
"title": "items/elements.json",
|
||||
"style": "width:25%;float:left"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "=",
|
||||
"style": "width:25%;float:left;"
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"title": "",
|
||||
"name": "fsi-arg",
|
||||
"pattern": "",
|
||||
"state": "{{fsi}}",
|
||||
"style": "width:25%;float:left"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user