mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-22 21:03:32 +00:00
Add the ability to remove services/characteristics
This commit is contained in:
@@ -143,6 +143,10 @@ API.prototype.registerPlatformAccessories = function(pluginName, platformName, a
|
||||
this.emit('registerPlatformAccessories', accessories);
|
||||
}
|
||||
|
||||
API.prototype.updatePlatformAccessories = function(accessories) {
|
||||
this.emit('updatePlatformAccessories', accessories);
|
||||
}
|
||||
|
||||
API.prototype.unregisterPlatformAccessories = function(pluginName, platformName, accessories) {
|
||||
for (var index in accessories) {
|
||||
var accessory = accessories[index];
|
||||
|
||||
Reference in New Issue
Block a user