mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-07 09:23:11 +00:00
- Add min and max climate temperatures
This commit is contained in:
parent
78694b386d
commit
07167f4865
|
@ -16,6 +16,9 @@ namespace OmniLinkBridge.MQTT
|
|||
public string temperature_high_state_topic { get; set; }
|
||||
public string temperature_high_command_topic { get; set; }
|
||||
|
||||
public string min_temp { get; set; } = "45";
|
||||
public string max_temp { get; set; } = "95";
|
||||
|
||||
public string mode_state_topic { get; set; }
|
||||
public string mode_command_topic { get; set; }
|
||||
public List<string> modes { get; set; } = new List<string>(new string[] { "auto", "off", "cool", "heat" });
|
||||
|
|
Loading…
Reference in a new issue