MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / CreateVars

Method CreateVars

cpp/src/command_classes/SensorMultilevel.cpp:561–567  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

559// Create the values managed by this command class
560//-----------------------------------------------------------------------------
561void SensorMultilevel::CreateVars
562(
563 uint8 const _instance
564)
565{
566 // Don't create anything here. We do it in the report.
567}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected