Skip to content

Commit

Permalink
Update name to displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 authored Dec 20, 2017
1 parent 531bc7f commit 65a6c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fakegato-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function(pHomebridge) {
constructor(accessoryType, accessory, size) {
if (typeof size === 'undefined') { size = 4032; }

super(accessory.name + " History", 'E863F007-079E-48FF-8F27-9C2605A29F52');
super(accessory.displayName + " History", 'E863F007-079E-48FF-8F27-9C2605A29F52');

var entry2address = function(val) {
var temp = val % this.memorySize;
Expand Down Expand Up @@ -282,4 +282,4 @@ module.exports = function(pHomebridge) {
}

return FakeGatoHistoryService;
}
}

0 comments on commit 65a6c18

Please sign in to comment.