Open
Description
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