genmon/data/commands/example_button.json
2025-04-10 18:12:53 -04:00

15 lines
No EOL
481 B
JSON

{
"buttons":[
{
"information": "This is an example of how to add buttons to genmon",
"onewordcommand" : "testexamplebutton",
"title" : "Example Button",
"command_sequence" : [
{
"reg": "example_button.py",
"reg_type": "script"
}
]
}
]
}