(self, target, value)
| 93 | return False, round((time.monotonic() - t0) * 1000), last |
| 94 | |
| 95 | def set(self, target, value): |
| 96 | return self.req({"cmd": "invoke", "target": target, |
| 97 | "action": "setValue", "value": str(value)}) |
| 98 | |
| 99 | def inventory(self): |
| 100 | """Walk the tree, returning value-bearing controls with their applet |
no test coverage detected