From 75274c57071632b7e8b1a4e79e9cd35204a41ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 31 Aug 2017 18:04:04 +0200 Subject: [PATCH] Add notice about command topic change in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33da766b..a2f0d26c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari **Current Release Version is 1.9.2**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). +**NOTE**: since version 1.9.0 the default **MQTT topics for commands have changed**. They all now end with "/set". This means you will have to change your controller software (Node-RED or alike) to send messages to -for instance- "/home/living/light/relay/0/set". The device will publish its state in "/home/living/light/relay/0" like before. + ## Features * Support for **multiple ESP8266-based boards** ([check list](https://bitbucket.org/xoseperez/espurna/wiki/Hardware))