Skip to content

Commit 6208604

Browse files
authored
Update domoticz-server.groovy
Fix for issue verbem#13.
1 parent a1affde commit 6208604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ private def setupDomoticz() {
329329
def pageProperties = [
330330
name : "setupDomoticz",
331331
title : "Configure Domoticz Server",
332-
nextPage : "setupMenu",
332+
nextPage : null,
333333
install : false,
334334
uninstall : false
335335
]

0 commit comments

Comments
 (0)