mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-17 12:58:02 +00:00
Add fixtures for LB110, KL110, EP40, KL430, KP115 (#224)
* Add fixtures for LB110, KL110, EP40 * update schema * kl430 fixture * Add KP115 US fixture
This commit is contained in:
@@ -62,6 +62,7 @@ CURRENT_CONSUMPTION_SCHEMA = Schema(
|
||||
"current_ma": Any(
|
||||
All(float, Range(min=0)), int, None
|
||||
), # TODO can this be int?
|
||||
"slot_id": Any(Coerce(int, Range(min=0)), None),
|
||||
},
|
||||
None,
|
||||
)
|
||||
|
Reference in New Issue
Block a user