----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 153 | // Create the values managed by this command class |
| 154 | //----------------------------------------------------------------------------- |
| 155 | void Lock::CreateVars |
| 156 | ( |
| 157 | uint8 const _instance |
| 158 | ) |
| 159 | { |
| 160 | if( Node* node = GetNodeUnsafe() ) |
| 161 | { |
| 162 | node->CreateValueBool( ValueID::ValueGenre_User, GetCommandClassId(), _instance, 0, "Locked", "", false, false, false, 0 ); |
| 163 | } |
| 164 | } |
| 165 | |
| 166 |
nothing calls this directly
no test coverage detected