----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 144 | // Create the values managed by this command class |
| 145 | //----------------------------------------------------------------------------- |
| 146 | void SwitchToggleBinary::CreateVars |
| 147 | ( |
| 148 | uint8 const _instance |
| 149 | ) |
| 150 | { |
| 151 | if( Node* node = GetNodeUnsafe() ) |
| 152 | { |
| 153 | node->CreateValueBool( ValueID::ValueGenre_User, GetCommandClassId(), _instance, 0, "Toggle Switch", "", false, false, false, 0 ); |
| 154 | } |
| 155 | } |
| 156 | |
| 157 |
nothing calls this directly
no test coverage detected