mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-05 22:04:31 +01:00
Fix for unique accessory usernames
This commit is contained in:
@@ -45,7 +45,6 @@ WeMoAccessory.prototype = {
|
||||
accessoryData: function() {
|
||||
var that = this;
|
||||
return {
|
||||
displayName: this.friendlyName,
|
||||
services: [{
|
||||
sType: types.ACCESSORY_INFORMATION_STYPE,
|
||||
characteristics: [{
|
||||
|
||||
Reference in New Issue
Block a user