Skip to content

Commit 5b6ad6d

Browse files
committed
OZW, silencing indicator warning
1 parent ea560b7 commit 5b6ad6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/OpenZWave.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,6 +2489,7 @@ void COpenZWave::UpdateValue(const OpenZWave::ValueID& vID)
24892489
|| (commandclass == COMMAND_CLASS_COLOR_CONTROL && vOrgIndex == ValueID_Index_Color::Index)
24902490
|| (commandclass == COMMAND_CLASS_COLOR_CONTROL && vOrgIndex == ValueID_Index_Color::Channels_Capabilities)
24912491
|| (commandclass == COMMAND_CLASS_COLOR_CONTROL && vOrgIndex == ValueID_Index_Color::Duration)
2492+
|| (commandclass == COMMAND_CLASS_INDICATOR)
24922493
)
24932494
{
24942495
return;

0 commit comments

Comments
 (0)