We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa4df3 commit c5cc0f2Copy full SHA for c5cc0f2
miio/miot_models.py
@@ -228,6 +228,8 @@ class MiotProperty(MiotBaseModel):
228
choices: Optional[list[MiotEnumValue]] = Field(alias="value-list")
229
gatt_access: Optional[list[Any]] = Field(alias="gatt-access")
230
231
+ source: Optional[int] = None
232
+
233
# TODO: currently just used to pass the data for miiocli
234
# there must be a better way to do this..
235
value: Optional[Any] = None
0 commit comments