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
I'll open a PR against serialport to at rejecton exit code 1 as I'm unsure how fast different distro's will pickup on the improved systemd. From source code it seems that both darwin and w32 use async/await and should throw on error.
After serialport merges the PR, gateway should technically be able to reject based on errors.
By default (under ubuntu) you need to be root or a member of the dialout group in order to open the serial port.
If the user doesn't have sufficient permissions then we should detect this and report a reasonable error.
Requires WebThingsIO/gateway#877
The text was updated successfully, but these errors were encountered: