pyhOn/pyhon/appliances
Vadym 6ae40481e3
Issue with sync_command (#16)
* Added water heater appliance. Added ability to send only mandatory parameters

* fixed build

* formatting

* cleanup

* cleanup

* reformatting

* Added ability to send specific parameters. Useful in case the command has many not mandatory parameters and you want to send only one/few

* cleanup

* Fixed code style

* sync_command - fixed typos, skip to sync(actually reset) parameters of different types. Improved WaterHeater appliance

* cleanup

* cleanup

* clean code style

* check if base parameter is mandatory

* Reverted back sync_command, send mandatory parameters beside with specified

---------

Co-authored-by: Vadym Melnychuk <vme@primexm.com>
2023-10-12 16:43:41 +02:00
..
__init__.py Fix bugs 2023-03-08 22:18:44 +01:00
base.py Add more type hints 2023-06-28 19:02:11 +02:00
dw.py Enable more pylint checks 2023-07-16 05:53:23 +02:00
ov.py Add pylint checks 2023-07-12 19:36:32 +02:00
ref.py Fix error for fridge without quickmode 2023-07-19 23:55:37 +02:00
td.py Enable more pylint checks 2023-07-16 05:53:23 +02:00
wc.py Add wine cellar 2023-06-09 22:52:33 +02:00
wd.py Enable more pylint checks 2023-07-16 05:53:23 +02:00
wh.py Issue with sync_command (#16) 2023-10-12 16:43:41 +02:00
wm.py Enable more pylint checks 2023-07-16 05:53:23 +02:00