Skip to content

Commit 1c0fa4f

Browse files
authored
Update domoticz-server.groovy
1 parent 499711a commit 1c0fa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smartapps/verbem/domoticz-server.src/domoticz-server.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ private def setupDomoticz() {
336336

337337
return dynamicPage(pageProperties) {
338338
section {
339-
input "domoticzIpAddress", "string", title: "Local Domoticz IP Address", submitOnChange: true, defaultValue: "0.0.0.0"
339+
input "domoticzIpAddress", "text", title: "Local Domoticz IP Address", submitOnChange: true, defaultValue: "0.0.0.0"
340340
input "domoticzTcpPort", "number", title: "Local Domoticz TCP Port", defaultValue: "8080"
341341
input "domoticzTypes","enum", title: "Devicetypes you want to add", options: ["Contact Sensors", "Dusk Sensors", "Motion Sensors", "On/Off/Dimmers/RGB", "Smoke Detectors", "Thermostats", "(Virtual) Sensors", "Window Coverings"], multiple: true
342342
if (settings.containsKey('domoticzIpAddress') && settings?.domoticzIpAddress != "0.0.0.0") input "domoticzRoomPlans", "bool", title: "Support Room Plans from Domoticz?", submitOnChange: true, defaultValue: false
@@ -2540,4 +2540,4 @@ private def getSettingsForm(dzSettings) {
25402540

25412541
def postData = V4.collect { "${it.key}=${URLEncoder.encode(it.value.toString(), "UTF-8")}" }.join("&")
25422542
return postData
2543-
}
2543+
}

0 commit comments

Comments
 (0)