----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 232 | // Create the values managed by this command class |
| 233 | //----------------------------------------------------------------------------- |
| 234 | void SensorBinary::CreateVars |
| 235 | ( |
| 236 | uint8 const _instance |
| 237 | ) |
| 238 | { |
| 239 | if( Node* node = GetNodeUnsafe() ) |
| 240 | { |
| 241 | node->CreateValueBool( ValueID::ValueGenre_User, GetCommandClassId(), _instance, 0, "Sensor", "", true, false, false, 0 ); |
| 242 | } |
| 243 | } |
nothing calls this directly
no test coverage detected