mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-07 01:13:12 +00:00
1.1.2 - Version release
This commit is contained in:
parent
e44d628886
commit
b83689930f
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.1.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.1.0")]
|
||||
[assembly: AssemblyVersion("1.1.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.2.0")]
|
||||
|
|
|
@ -173,6 +173,15 @@ string ON
|
|||
```
|
||||
|
||||
## Change Log
|
||||
Version 1.1.2 - 2018-10-23
|
||||
- Add min and max climate temperatures
|
||||
- Update docker run command to use local time zone
|
||||
- Improve area and zone MQTT support
|
||||
- Add option to change MQTT prefix to support multiple instances
|
||||
- Add detailed zone sensor and thermostat humidity sensor
|
||||
- Add prefix for MQTT discovery entity name
|
||||
- Request zone status update on area status change
|
||||
|
||||
Version 1.1.1 - 2018-10-18
|
||||
- Added docker support
|
||||
- Save subscriptions on change
|
||||
|
|
Loading…
Reference in a new issue