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

Ability to enable/disable devices from the website #79

Open
collin80 opened this issue Sep 4, 2014 · 3 comments
Open

Ability to enable/disable devices from the website #79

collin80 opened this issue Sep 4, 2014 · 3 comments

Comments

@collin80
Copy link
Owner

collin80 commented Sep 4, 2014

Currently it is required to use the serial console to enable or disable devices. This is problematic for people who aren't well versed in handling serial consoles. It would be useful if a list of devices appeared in the website and could be checked or selected such that devices could be enabled or disabled as needed by the end user.

@jrickard
Copy link
Contributor

That would be very cool.

@neuweiler
Copy link
Contributor

I changed the devices and DeviceManager so that devices can be enabled/disabled while GEVCU is running. Without the need to reset GEVCU. it uses the normal setup() method plus an additional tearDown() method to properly shut-down the device.
This would be a good base to enable / disable all devices from serial as well as via Web console. Will be committed to the ArduionoDue branch within the next 2 weeks

@neuweiler
Copy link
Contributor

That's also included in todays pull request. You can dynamically activate/deactivate devices via the web config site - without the need to restart the system (most of the time)

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

No branches or pull requests

3 participants