Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old device is not removed when you change an installed device's slot #29

Open
ajt2 opened this issue Jan 7, 2014 · 1 comment
Open

Comments

@ajt2
Copy link

ajt2 commented Jan 7, 2014

If you change the device slot for an installed device and click apply the old device is not removed

@m-mcgowan
Copy link
Contributor

Well, this is really by design with the current UI, which works in terms of slots rather than device types.

Slots were intended to be the simplest implementation mechanism behind the scenes, and the UI hides these from the user. The service/UI can determine a unique device by looking at the combination of beer/chamber/function. If adding a new device matches an existing device with the same beer/chamber/function then the existing one is removed.

(On a related note, the service can also check that the same hardware hasn't been multiply assigned. E.g. assigning the same OneWire address temp sensor, or actuator to multiple functions.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants