Skip to content

Commit

Permalink
homekit: add identifying material to prevent name clashing
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Apr 15, 2024
1 parent 0f4ff0d commit 6130b7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/homekit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/homekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/homekit",
"version": "1.2.48",
"version": "1.2.49",
"description": "HomeKit Plugin for Scrypted",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
Expand Down
2 changes: 1 addition & 1 deletion plugins/homekit/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export class HomeKitPlugin extends ScryptedDeviceBase implements MixinProvider,
storageSettings.settings.pincode.persistedDefaultValue = randomPinCode();
// TODO: change this value after this current default has been persisted to existing clients.
// changing it now will cause existing accessories be renamed.
storageSettings.settings.addIdentifyingMaterial.persistedDefaultValue = false;
storageSettings.settings.addIdentifyingMaterial.persistedDefaultValue = true;

const mixinConsole = deviceManager.getMixinConsole(device.id, this.nativeId);

Expand Down

0 comments on commit 6130b7f

Please sign in to comment.