Please provide List of JSON [{'command':'Description'}] for Flutter app compatibility.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 187
- Forks
- 752
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 4
Description
@
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.
[{'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.

And my app screenshot is :

Hope to get reply from you soon.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading commands.md and the linked Tasmota documentation article to understand how command descriptions are currently maintained. Confirm where the requested command-and-description list should live and what format the maintainers will accept; done means the documentation exposes the agreed list without requiring manual parsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100