destructor
| 54 | |
| 55 | //destructor |
| 56 | PS_Water::~PS_Water() |
| 57 | { |
| 58 | |
| 59 | } |
| 60 | |
| 61 | //SmartThings Shield data handler (receives configuration data from ST - polling interval, and adjusts on the fly) |
| 62 | void PS_Water::beSmart(const String &str) |
nothing calls this directly
no outgoing calls
no test coverage detected