Replies: 1 comment 8 replies
-
Not directly REST, however, many of the parameters can be accessed and manipulated by sending browser commands. If you start here and look at the various server.on's as well as the settingsProcessor, you can see what your options may be. Basically you can control most anything. SmartSpin2k/src/HTTP_Server_Basic.cpp Line 123 in feddef8 SmartSpin2k/src/HTTP_Server_Basic.cpp Line 458 in feddef8 If you're any good at dart/flutter/ux development, I'd love your input on a cross platform SmartSpin2k configuration management app that I'm working on that uses BLE communication instead of WiFi, as the http server doesn't play well with BLE, so it's always been slightly problematic in this project. It's a private repo for now, if you're interested, I could invite you. |
Beta Was this translation helpful? Give feedback.
-
I wonder if there are REST APIs available to communicate with ss2k server.
Beta Was this translation helpful? Give feedback.
All reactions