Skip to content

Commit

Permalink
localapi: allow updating new zone parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Aug 7, 2022
1 parent 61f3bcd commit cdfe99d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aioairzone/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@
API_SPEED,
]
API_ZONE_PARAMS = [
API_COLD_ANGLE,
API_COOL_SET_POINT,
API_COLD_STAGE,
API_HEAT_ANGLE,
API_HEAT_SET_POINT,
API_HEAT_STAGE,
API_NAME,
API_ON,
API_SET_POINT,
API_SLEEP,
]

AZD_AIR_DEMAND = "air-demand"
Expand Down

0 comments on commit cdfe99d

Please sign in to comment.