types.str -> types.string

This commit is contained in:
Ranlvor 2018-06-24 16:57:45 +02:00
parent f507e388d5
commit bb2f151e11
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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",