# HG changeset patch # User Severin Gehwolf # Date 1509029328 -7200 # Node ID cd8047394d27bc6ea26a3eb449a1b835bd69b284 # Parent 0633f63d464d62f8c6f24e9037a1d12585a2a482 Use updated commands endpoint version. Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025551.html diff -r 0633f63d464d -r cd8047394d27 plugins/commands/distribution/configFiles/backend-config.properties --- a/plugins/commands/distribution/configFiles/backend-config.properties Wed Oct 25 12:53:20 2017 -0400 +++ b/plugins/commands/distribution/configFiles/backend-config.properties Thu Oct 26 16:48:48 2017 +0200 @@ -1,3 +1,3 @@ # Web socket base URL to the commands microservice provided by the Thermostat web gateway -gatewayURL=wss://127.0.0.1:30000/commands/v1 +gatewayURL=wss://127.0.0.1:30000/commands/0.0.1 enabled=true