DHT support

This commit is contained in:
Dmitry Borisenko
2020-02-10 01:06:18 +03:00
parent 8c3111cfa8
commit 9de15efdff
16 changed files with 332 additions and 283 deletions

View File

@@ -0,0 +1,5 @@
{
"widget" : "anydata",
"after" : "",
"icon" : ""
}

View File

@@ -1,6 +1,5 @@
{
"widget" : "input",
"size" : "small",
"color" : "orange",
"widget" : "input",
"color" : "blue",
"type" : "number"
}

View File

@@ -1,5 +1,5 @@
{
"widget" : "toggle",
"icon" : "sunny",
"iconOff" : "moon"
"icon" : "",
"iconOff" : ""
}