You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing app called SWiBaord that helps configure and control tasmota devices using MQTT5 protocol. I want to have a json of commands and corresponding command description i.e.
[{'command1':'this awesome command does something'},
{'command2':'this awesome command does something too'}]
Currently I have added list of coomands by hand parsing json from the commands.md file. like as given below picture. But as the dynamic nature of the list of commands and it's description it keeps changing and it is hard to keep track of the changes and add to app.
hemangjoshi37a
changed the title
Please add the new feature to documentation
Please provide List of JSON [{'command':'Description'}] for Flutter app compatibility.
Oct 3, 2022
@
re PR: arendst/tasmota#
Please add the new feature to the appropriate article in Tasmota documentation
Hello arendst,
I am developing app called SWiBaord that helps configure and control tasmota devices using MQTT5 protocol. I want to have a json of commands and corresponding command description i.e.
Currently I have added list of coomands by hand parsing json from the commands.md file. like as given below picture. But as the dynamic nature of the list of commands and it's description it keeps changing and it is hard to keep track of the changes and add to app.
And my app screenshot is :
Hope to get reply from you soon.
hjlabs.in
The text was updated successfully, but these errors were encountered: