-
Notifications
You must be signed in to change notification settings - Fork 1
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
#1 - basic functionality #1
Comments
Ports are saved in ports.txt as JSON: "{"ports":[{"port":port, "function":function, "topic":topic},{ ...}]}" |
As mentioned in the comment in the WebGUI issue #3, we only want to implement three necessary configuration options. The other ones are going to be configured via encrypted MQTT. |
Function struct is identified in JSON by the IDs:
|
The maximum length of the JSON is 32 ports. |
The maximum amount of ports, which can be configured is 64. This is due to the length of the array configured ports, which is defined in jsonHandler.cpp and jsonHandler.h. |
The new configuration JSON has to be published in |
The text was updated successfully, but these errors were encountered: