----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 189 | // Create the values managed by this command class |
| 190 | //----------------------------------------------------------------------------- |
| 191 | void SwitchToggleMultilevel::CreateVars |
| 192 | ( |
| 193 | uint8 const _instance |
| 194 | ) |
| 195 | { |
| 196 | if( Node* node = GetNodeUnsafe() ) |
| 197 | { |
| 198 | node->CreateValueByte( ValueID::ValueGenre_User, GetCommandClassId(), _instance, 0, "Level", "", false, false, 0, 0 ); |
| 199 | } |
| 200 | } |
| 201 |
nothing calls this directly
no test coverage detected