|
@@ -1,7 +1,17 @@
|
|
2023-08-29
|
|
2023-08-29
|
|
- added 4th input
|
|
- added 4th input
|
|
- changed default baudrate to 115200
|
|
- changed default baudrate to 115200
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+2023-07-03
|
|
|
|
+ - revert last changes
|
|
|
|
+ - change structure of config
|
|
|
|
+ - add option to send retained MQTT messages for each device
|
|
|
|
+ - add option to send only if value changed for each device
|
|
|
|
+ - add option to send last change timestamp on a 2nd topic for each device
|
|
|
|
+
|
|
|
|
+2023-07-03
|
|
|
|
+ - added config option 'filterUnchanged' so that filtering on state change can be disabled now (pin state is sent by the MCU every minute by default - now this will be published every time on MQTT if filterUnchanged = False)
|
|
|
|
+
|
|
2023-05-30
|
|
2023-05-30
|
|
- separate config in python daemon
|
|
- separate config in python daemon
|
|
|
|
|