Skip to content

Commit

Permalink
fix: typo in super source boxes capabilities command
Browse files Browse the repository at this point in the history
  • Loading branch information
Balte de Wit committed Aug 16, 2018
1 parent 16ca4f6 commit f123694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/DeviceProfile/superSourceConfigCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class SuperSourceConfigCommand extends AbstractCommand {

deserialize (rawCommand: Buffer) {
this.properties = {
superSourceBoxes: Util.parseNumberBetween(rawCommand[0], 0, 3)
superSourceBoxes: Util.parseNumberBetween(rawCommand[0], 0, 4)
}
}

Expand Down

0 comments on commit f123694

Please sign in to comment.