After a device is deleted from a project, its pin values still exist in pinsStorage, and are sent out in APP_SYNC messages.
It's mainly a server performance issue, and not a huge one, but it would be cleaner to remove them as part of deleting the device.
After a device is deleted from a project, its pin values still exist in
pinsStorage, and are sent out inAPP_SYNCmessages.It's mainly a server performance issue, and not a huge one, but it would be cleaner to remove them as part of deleting the device.