----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 142 | // Create the values managed by this command class |
| 143 | //----------------------------------------------------------------------------- |
| 144 | void ThermostatOperatingState::CreateVars |
| 145 | ( |
| 146 | uint8 const _instance |
| 147 | ) |
| 148 | { |
| 149 | if( Node* node = GetNodeUnsafe() ) |
| 150 | { |
| 151 | node->CreateValueString( ValueID::ValueGenre_User, GetCommandClassId(), _instance, 0, "Operating State", "", true, false, c_stateName[0], 0 ); |
| 152 | } |
| 153 | } |
| 154 |
nothing calls this directly
no test coverage detected