Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rytilahti/python-miio
/ set_property
Method
set_property
miio/tests/dummies.py:84–88 ·
view source on GitHub ↗
(self, property_key: str, value)
Source
from the content-addressed store, hash-verified
82
return
props
83
84
def
set_property(self, property_key: str, value):
85
for
prop in self.state:
86
if
prop[
"did"
] == property_key:
87
prop[
"value"
] = value
88
return
None
Callers
15
on
Method · 0.45
off
Method · 0.45
set_target_humidity
Method · 0.45
set_mode
Method · 0.45
set_light
Method · 0.45
set_buzzer
Method · 0.45
set_overwet_protect
Method · 0.45
on
Method · 0.45
off
Method · 0.45
set_speed
Method · 0.45
set_target_humidity
Method · 0.45
set_mode
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_water_level
Function · 0.36