----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 129 | // Create the values managed by this command class |
| 130 | //----------------------------------------------------------------------------- |
| 131 | void MeterPulse::CreateVars |
| 132 | ( |
| 133 | uint8 const _instance |
| 134 | ) |
| 135 | { |
| 136 | if( Node* node = GetNodeUnsafe() ) |
| 137 | { |
| 138 | node->CreateValueInt( ValueID::ValueGenre_User, GetCommandClassId(), _instance, 0, "Count", "", true, false, 0, 0 ); |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | |
| 143 |
nothing calls this directly
no test coverage detected