NeewerLite-Python 0.5b
HTTP SERVER CHANGES!
- Changed the URL spec for the HTTP server to require a doAction? prefix before a command to bring the URL path to a more standardized URL path. For example, a command that would have previously been written before version 0.5b as:
http://127.0.0.1:8080/NeewerLite-Python/light=2&bri=10
is now written after 0.5b as:
http://127.0.0.1:8080/NeewerLite-Python/doAction?light=2&bri=10