Skip to content

NeewerLite-Python 0.5b

Compare
Choose a tag to compare
@taburineagle taburineagle released this 24 Dec 15:05
· 165 commits to main since this release

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