Decide how to handle modules that embed their data in the child info.
For example, the dimmer in KS240 has these in the info response:
'fade_off_time': 1,
'fade_on_time': 1,
'gradually_off_mode': 1,
'gradually_off_mode': 1,
'max_fade_off_time': 60,
'max_fade_on_time': 60,
instead of when the reporting is done through a separate module like
|
"get_on_off_gradually_info": { |
Originally posted by @rytilahti in #764 (comment)
Decide how to handle modules that embed their data in the child info.
For example, the dimmer in KS240 has these in the info response:
instead of when the reporting is done through a separate module like
python-kasa/kasa/tests/fixtures/smart/L530E(EU)_3.0_1.1.6.json
Line 351 in d63f43a
Originally posted by @rytilahti in #764 (comment)