types.str -> types.string
This commit is contained in:
parent
f507e388d5
commit
bb2f151e11
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ const config : Config = {
|
||||||
command: "",
|
command: "",
|
||||||
defaultValue: "",
|
defaultValue: "",
|
||||||
values: {},
|
values: {},
|
||||||
type: types.str
|
type: types.string
|
||||||
},
|
},
|
||||||
infoscreen: {
|
infoscreen: {
|
||||||
state: "/service/openhab/out/pca301_infoscreen/state",
|
state: "/service/openhab/out/pca301_infoscreen/state",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue