Commit ab86fcd
add is_collecting function
def is_collecting(self):
"""
Boolean status query about the collecting process
"""
resp = self.device.action(self.url+"/isCollecting")
return resp1 parent e3e598f commit ab86fcd
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
397 | 404 | | |
398 | 405 | | |
399 | 406 | | |
| |||
0 commit comments