mirror of
https://github.com/jgyates/genmon.git
synced 2026-08-12 15:32:00 -04:00
15 lines
No EOL
481 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |