cjaliaga / aioaquarea

Asynchronous library to control Panasonic Aquarea devices
MIT License
13 stars 7 forks source link

Adding update operations: turn on/off, temperature, mode, tank #9

Closed cjaliaga closed 2 years ago

cjaliaga commented 2 years ago

Implements #2

Allows to modify the device state, including the operation status, operation mode, water tank... Right now we're not queuing update operations on the same device, which can end in different states if actions are run without refreshing current device state first.

Opened #8 for it.