Skip to content

Commit

Permalink
change report for 'SET duration'
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Sep 23, 2024
1 parent 577174c commit 4a68f1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hardware/arduino/zunoG2/cores/ZWSupport/ZWSupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,11 @@ void zunoSendReportSet(byte channel, const ZUNOCommandHandlerOption_t *options)
rs = zuno_CCWindowCoveringReport(channel, &frame_report.info);
break ;
#endif
#ifdef WITH_CC_SOUND_SWITCH
case ZUNO_SOUND_SWITCH_CHANNEL_NUMBER:
rs = zuno_CCSoundSwitchReport(channel, &frame_report.info);
break;
#endif
default:
rs = ZUNO_COMMAND_ANSWERED;
break ;
Expand Down

0 comments on commit 4a68f1f

Please sign in to comment.