From 924b4c8b7fe1701c21991bd2e39a4258e2139138 Mon Sep 17 00:00:00 2001 From: altelch Date: Sat, 9 Sep 2017 15:36:30 +0200 Subject: [PATCH] Fix for Alexa detection of HUE Emulation and fix for Update Request in Hue App --- sonoff/xdrv_wemohue.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 sonoff/xdrv_wemohue.ino diff --git a/sonoff/xdrv_wemohue.ino b/sonoff/xdrv_wemohue.ino old mode 100644 new mode 100755 index a331ed577..10fc809a1 --- a/sonoff/xdrv_wemohue.ino +++ b/sonoff/xdrv_wemohue.ino @@ -99,7 +99,7 @@ const char HUE_RESPONSE[] PROGMEM = "CACHE-CONTROL: max-age=100\r\n" "EXT:\r\n" "LOCATION: http://{r1}:80/description.xml\r\n" - "SERVER: FreeRTOS/7.4.2 UPnP/1.0 IpBridge/1.16.0\r\n" + "SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.17.0\r\n" "hue-bridgeid: {r2}\r\n"; const char HUE_ST1[] PROGMEM = "ST: upnp:rootdevice\r\n" @@ -110,7 +110,7 @@ const char HUE_ST2[] PROGMEM = "USN: uuid:{r3}\r\n" "\r\n"; const char HUE_ST3[] PROGMEM = - "ST: urn:schemas-upnp-org:device:Basic:1\r\n" + "ST: urn:schemas-upnp-org:device:basic:1\r\n" "USN: uuid:{r3}\r\n" "\r\n"; @@ -400,8 +400,8 @@ const char HUE_CONFIG_RESPONSE_JSON[] PROGMEM = "\"last use date\":\"{dt}\"," "\"create date\":\"{dt}\"," "\"name\":\"Remote\"}}," - "\"swversion\":\"01036659\"," - "\"apiversion\":\"1.16.0\"," + "\"swversion\":\"01039019\"," + "\"apiversion\":\"1.17.0\"," "\"swupdate\":{\"updatestate\":0,\"url\":\"\",\"text\":\"\",\"notify\": false}," "\"linkbutton\":false," "\"portalservices\":false"