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

Method SetValueBasic

cpp/src/command_classes/Color.cpp:1066–1073  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Update class values based in BASIC mapping -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1064// Update class values based in BASIC mapping
1065//-----------------------------------------------------------------------------
1066void Color::SetValueBasic
1067(
1068 uint8 const _instance,
1069 uint8 const _value
1070)
1071{
1072 RequestValue( 0, Value_Color, _instance, Driver::MsgQueue_Send );
1073}

Callers 1

UpdateMappedClassMethod · 0.45

Calls 1

RequestValueFunction · 0.85

Tested by

no test coverage detected