#導(dǎo)入相關(guān)庫(kù),并從服務(wù)器獲取閾值,保存在 h 中,代碼略
lasth=h
s=0
while True:
#從傳感器獲取濕度值,保存在 newh 中,代碼略
If s==0:
if newh<h and lasth<h:
s=1
#打開(kāi)加濕器,代碼略
else:
if newh>h and lasth>h:
#關(guān)閉加濕器,代碼略
#將 newh,s 等數(shù)據(jù)傳輸?shù)椒?wù)器。代碼略
sleep(1000*60) #延時(shí) 1 分鐘