Skip to content

Commit 3447c40

Browse files
committed
Update sentinel.py
1 parent d65f30b commit 3447c40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

piclient/sentinel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def statusPolling():
138138
global sentinelStatus
139139
sentinelStatus=sentinelStatus|readInputs()
140140
sentinelStatus['Type']='piStatus'
141+
sentinelStatus['Name']='Status'
141142
datapoolclient.add2stack(sentinelStatus)
142143
t=Timer(4.7,statusPolling)
143144
t.start()

0 commit comments

Comments
 (0)