| 54 | bool ReleaseButton(); |
| 55 | |
| 56 | virtual string const GetAsString() const { return ( IsPressed() ? "true" : "false" ); } |
| 57 | |
| 58 | // From Value |
| 59 | virtual void ReadXML( uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const* _valueElement ); |
nothing calls this directly
no outgoing calls
no test coverage detected