mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
DHT support
This commit is contained in:
5
data/vigets/viget.anydata.json
Normal file
5
data/vigets/viget.anydata.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"widget" : "anydata",
|
||||
"after" : "",
|
||||
"icon" : ""
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"widget" : "input",
|
||||
"size" : "small",
|
||||
"color" : "orange",
|
||||
"widget" : "input",
|
||||
"color" : "blue",
|
||||
"type" : "number"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"widget" : "toggle",
|
||||
"icon" : "sunny",
|
||||
"iconOff" : "moon"
|
||||
"icon" : "",
|
||||
"iconOff" : ""
|
||||
}
|
||||
Reference in New Issue
Block a user