| 47 | } |
| 48 | |
| 49 | void IS_CarbonMonoxide::init() |
| 50 | { |
| 51 | //get current status of motion sensor by calling parent class's init() routine - no need to duplicate it here! |
| 52 | InterruptSensor::init(); |
| 53 | } |
| 54 | |
| 55 | //called periodically by Everything class to ensure ST Cloud is kept consistent with the state of the contact sensor |
| 56 | void IS_CarbonMonoxide::refresh() |
nothing calls this directly
no outgoing calls
no test coverage detected