We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes it is usefull to use one value from a MQTT topic in own scripts. This is quite complicated (connect, subscribe, get value, disconnect).
Use MQTT Finder to get a single value e.g. by curl:
http://loxberry/admin/system/mqtt-finder.cgi?gettopic=alexa2lox/Durchsage/lastTTSloxtime
These functions should also be available by the library LoxBerry::IO (Perl and PHP).
The text was updated successfully, but these errors were encountered:
christianTF
No branches or pull requests
Sometimes it is usefull to use one value from a MQTT topic in own scripts. This is quite complicated (connect, subscribe, get value, disconnect).
Use MQTT Finder to get a single value e.g. by curl:
http://loxberry/admin/system/mqtt-finder.cgi?gettopic=alexa2lox/Durchsage/lastTTSloxtime
These functions should also be available by the library LoxBerry::IO (Perl and PHP).
The text was updated successfully, but these errors were encountered: