-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Status LED for diagnostics of device #25
Comments
SuplaDevice.cpp you should add something here because now when the network is disconnected the status remains "17" Registered and ready. 1046 if (!Supla::Network::IsReady()) { for example: 1046 if (!Supla::Network::IsReady()) { |
I added new status. You can check it. Here is the change: 35f26f0 |
RGB, RGBW, VirtualBinary added to new framework. Some bug fixes and improvements
No description provided.
The text was updated successfully, but these errors were encountered: