Skip to content

Commit

Permalink
HKAccessory
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hylands committed Jul 16, 2023
1 parent d883f85 commit ada1299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HKVolumeAccessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class HKVolumeAccessory extends HKAccessory {
// set accessory information
this.Accessory.getService(this.platform.Service.AccessoryInformation)!
.setCharacteristic(this.platform.Characteristic.Model, Controller.ReceiverModel + ' Volume Accessory')
.setCharacteristic(this.platform.Characteristic.SerialNumber, Controller.SerialNumber + ' Volume')
.setCharacteristic(this.platform.Characteristic.SerialNumber, Controller.SerialNumber + ' Volume');

this.service.getCharacteristic(this.platform.Characteristic.On)
.onSet(this.SetMute.bind(this));
Expand Down

0 comments on commit ada1299

Please sign in to comment.