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