Skip to content

Commit

Permalink
chore: type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 7, 2024
1 parent ac7ec2f commit 23d1942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export class SisyfosMessageDevice extends DeviceWithState<SisyfosState, DeviceOp
debug('reset channel ' + index)
commands.push({
context: `Channel ${index} reset`,
content: {
command: {
type: SisyfosCommandType.SET_CHANNEL,
channel: Number(index),
values: newChannel,
Expand Down

0 comments on commit 23d1942

Please sign in to comment.