Skip to content

Commit

Permalink
Simplified accessory log - fixed port not logged
Browse files Browse the repository at this point in the history
  • Loading branch information
eibenp committed Dec 27, 2024
1 parent 0c2cb29 commit bd9ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platformAccessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export class GreeAirConditioner {
// helper functions

getDeviceLabel() {
return `${this.accessory.displayName} -- ${this.accessory.context.device.address}:${this.accessory.context.device.port}`;
return `${this.accessory.displayName} -- ${this.accessory.context.device.address}`;
}

getCols() {
Expand Down

0 comments on commit bd9ab28

Please sign in to comment.