You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AID increments when a accessory is removed and added
Proposed Change
This creates the same token for the same device when deleting and adding - ${service.instance.name}${service.instance.username}${service.accessoryInformation.Manufacturer}${friendlyName}${service.uuid.slice(0, 8)}
Additional Context
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Current Situation
service.uniqueId = createHash('sha256')
.update(
${service.instance.username}${service.aid}${service.iid}${service.type}
).digest('hex');
AID increments when a accessory is removed and added
Proposed Change
This creates the same token for the same device when deleting and adding -
${service.instance.name}${service.instance.username}${service.accessoryInformation.Manufacturer}${friendlyName}${service.uuid.slice(0, 8)}
Additional Context
No response
The text was updated successfully, but these errors were encountered: