----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 290 | // Create the values managed by this command class |
| 291 | //----------------------------------------------------------------------------- |
| 292 | void Security::CreateVars |
| 293 | ( |
| 294 | uint8 const _instance |
| 295 | ) |
| 296 | { |
| 297 | if( Node* node = GetNodeUnsafe() ) |
| 298 | { |
| 299 | node->CreateValueBool( ValueID::ValueGenre_System, GetCommandClassId(), _instance, 0, "Secured", "", true, false, false, 0 ); |
| 300 | } |
| 301 | } |
| 302 |
nothing calls this directly
no test coverage detected