We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65f30b commit 3447c40Copy full SHA for 3447c40
1 file changed
piclient/sentinel.py
@@ -138,6 +138,7 @@ def statusPolling():
138
global sentinelStatus
139
sentinelStatus=sentinelStatus|readInputs()
140
sentinelStatus['Type']='piStatus'
141
+ sentinelStatus['Name']='Status'
142
datapoolclient.add2stack(sentinelStatus)
143
t=Timer(4.7,statusPolling)
144
t.start()
0 commit comments