(self)
| 28 | """ |
| 29 | |
| 30 | def setup(self): |
| 31 | # Setup stuff goes here. For example, you might establish connections |
| 32 | # to external system once and reuse it. This is called only once by the system. |
| 33 | pass |
| 34 | |
| 35 | def run(self): |
| 36 | # This is where the crux of the sensor work goes. |
nothing calls this directly
no outgoing calls
no test coverage detected