(self)
| 56 | self.fw.power_off(self.config['period']) |
| 57 | |
| 58 | def send_sample(self): |
| 59 | if self.config['type'] == 'DHT22': |
| 60 | self.send_sample_dht22() |
| 61 | |
| 62 | # This gets a dictionary of sensor data types and readings, and creates |
| 63 | # the payload for the media message. The format used is just of one |
no test coverage detected