From cda95c07b909b3cdb06a8a28a019ab2fb90a874d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Baginski?= Date: Wed, 2 May 2018 21:11:03 +0200 Subject: [PATCH] Changed to OTA URL by removing the "ino." in the filename. --- openHAB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openHAB.md b/openHAB.md index 0579a957..5a3ae9dc 100644 --- a/openHAB.md +++ b/openHAB.md @@ -170,7 +170,7 @@ then case "queryFW" : publish("broker", "cmnd/" + device_id + "/status", "2") case "upgrade" : { - publish("broker", "cmnd/" + device_id + "/otaurl", "http://sonoff.maddox.co.uk/tasmota/sonoff.ino.bin") + publish("broker", "cmnd/" + device_id + "/otaurl", "http://sonoff.maddox.co.uk/tasmota/sonoff.bin") publish("broker", "cmnd/" + device_id + "/upgrade", "1") } }