mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
before update 0.9.2-beta
This commit is contained in:
parent
e4a642c468
commit
bf92b1df79
@ -1,5 +1,5 @@
|
||||
// device
|
||||
// "action_template": "{% if value == 'ON' %}heat{% else %}off{% endif %}"
|
||||
// "action_template": "{% if value == 'ON' %}heating{% else %}idle{% endif %}"
|
||||
// "action_topic": "%mqtt_pub_topic%/ch_enable"
|
||||
// # "avty_t": "%mqtt_pub_topic%", // this should be the online/offline topic , left it out as i couldn"t find it
|
||||
// "dev":
|
||||
|
@ -1 +1 @@
|
||||
403a808
|
||||
e4a642c
|
18
version.h
18
version.h
@ -2,15 +2,15 @@
|
||||
#define _VERSION_MAJOR 0
|
||||
#define _VERSION_MINOR 9
|
||||
#define _VERSION_PATCH 2
|
||||
#define _VERSION_BUILD 1592
|
||||
#define _VERSION_GITHASH "5fd1727"
|
||||
#define _VERSION_BUILD 1596
|
||||
#define _VERSION_GITHASH "e4a642c"
|
||||
#define _VERSION_PRERELEASE beta
|
||||
#define _VERSION_DATE "07-01-2022"
|
||||
#define _VERSION_TIME "10:10:39"
|
||||
#define _VERSION_DATE "08-01-2022"
|
||||
#define _VERSION_TIME "12:32:33"
|
||||
#define _SEMVER_CORE "0.9.2"
|
||||
#define _SEMVER_BUILD "0.9.2+1592"
|
||||
#define _SEMVER_GITHASH "0.9.2+5fd1727"
|
||||
#define _SEMVER_FULL "0.9.2-beta+5fd1727"
|
||||
#define _SEMVER_NOBUILD "0.9.2-beta (07-01-2022)"
|
||||
#define _VERSION "0.9.2-beta+5fd1727 (07-01-2022)"
|
||||
#define _SEMVER_BUILD "0.9.2+1596"
|
||||
#define _SEMVER_GITHASH "0.9.2+e4a642c"
|
||||
#define _SEMVER_FULL "0.9.2-beta+e4a642c"
|
||||
#define _SEMVER_NOBUILD "0.9.2-beta (08-01-2022)"
|
||||
#define _VERSION "0.9.2-beta+e4a642c (08-01-2022)"
|
||||
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver
|
||||
|
Loading…
Reference in New Issue
Block a user