mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Set siri name based on accessory name
This commit is contained in:
@@ -39,7 +39,7 @@ GenericRS232DeviceAccessory.prototype = {
|
||||
},
|
||||
|
||||
getServices: function() {
|
||||
var switchService = new Service.Switch();
|
||||
var switchService = new Service.Switch(this.name);
|
||||
var informationService = new Service.AccessoryInformation();
|
||||
|
||||
informationService
|
||||
|
||||
Reference in New Issue
Block a user