aboutsummaryrefslogtreecommitdiff
path: root/src/configs/commands.config.json
blob: cdb7745ceed374cbcc4a13d3ed0fb29e9fb24f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "commands" :[
        {
            "name": "radioStart",
            "description": "Start Radio",
            "file": "./commands/radioStart.js"
        },
        {
            "name": "radioStop",
            "description": "Stop Radio",
            "file": "./commands/radioStop.js"
        }
    ]
}