Skip to content

Commit 4a68f1f

Browse files
committed
change report for 'SET duration'
1 parent 577174c commit 4a68f1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hardware/arduino/zunoG2/cores/ZWSupport/ZWSupport.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,11 @@ void zunoSendReportSet(byte channel, const ZUNOCommandHandlerOption_t *options)
13671367
rs = zuno_CCWindowCoveringReport(channel, &frame_report.info);
13681368
break ;
13691369
#endif
1370+
#ifdef WITH_CC_SOUND_SWITCH
1371+
case ZUNO_SOUND_SWITCH_CHANNEL_NUMBER:
1372+
rs = zuno_CCSoundSwitchReport(channel, &frame_report.info);
1373+
break;
1374+
#endif
13701375
default:
13711376
rs = ZUNO_COMMAND_ANSWERED;
13721377
break ;

0 commit comments

Comments
 (0)