Adrian Sampson
b0b59c18dd
Remove unnecessary "Boolean" enums ( #65 )
...
These enums were only used internally and never exposed to the outside
world, so they aren't really necessary---we can just do the necessary
processing internally.
2019-12-28 10:06:27 -05:00
Adrian Sampson
fc169e90e3
Docstrings & spacing for refrigerators ( #65 )
2019-12-28 10:02:21 -05:00
Andrey Klimov
c273a26889
Fix for flake8
2019-12-27 13:37:51 +03:00
Andrey Klimov
8eae2230f1
Remove unused import
2019-12-27 13:18:46 +03:00
Andrey Klimov
a54bcb04ff
Add some methods (set_temp_refrigerator_c, set_temp_freezer_c)
...
Rename some properties
Refactoring
2019-12-27 13:10:44 +03:00
Andrey Klimov
db7a0a59d5
Add refrigerator support
2019-12-26 10:24:31 +03:00