Skip to content

Commit

Permalink
fix(plugin-code): remove registerAccessory
Browse files Browse the repository at this point in the history
  • Loading branch information
apexad committed Jun 5, 2020
1 parent 7c3e5bb commit 8ca2d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,5 @@ module.exports = function (homebridge) {
Service = homebridge.hap.Service;
Characteristic = homebridge.hap.Characteristic;

homebridge.registerAccessory("homebridge-mysmartblinds-accessory", "MySmartBlindsAccessory", MySmartBlindsBridgeAccessory);
homebridge.registerPlatform('homebridge-mysmartblinds-bridge', 'MySmartBlindsBridge', MySmartBlindsBridge);
};

0 comments on commit 8ca2d51

Please sign in to comment.