----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 105 | // Create the values managed by this command class |
| 106 | //----------------------------------------------------------------------------- |
| 107 | void BasicWindowCovering::CreateVars |
| 108 | ( |
| 109 | uint8 const _instance |
| 110 | ) |
| 111 | { |
| 112 | if( Node* node = GetNodeUnsafe() ) |
| 113 | { |
| 114 | node->CreateValueButton( ValueID::ValueGenre_User, GetCommandClassId(), _instance, BasicWindowCoveringIndex_Open, "Open", 0 ); |
| 115 | node->CreateValueButton( ValueID::ValueGenre_User, GetCommandClassId(), _instance, BasicWindowCoveringIndex_Close, "Close", 0 ); |
| 116 | } |
| 117 | } |
| 118 |
nothing calls this directly
no test coverage detected