Set siri name based on accessory name

This commit is contained in:
Devran Ünal
2015-09-17 15:22:02 +02:00
parent 65ec517fd8
commit 72b9175b78

View File

@@ -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