Skip to content

Instantly share code, notes, and snippets.

@mtinnes
Last active November 19, 2020 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtinnes/c1702ea7bd72d59ac1b99be4d2b1eb2d to your computer and use it in GitHub Desktop.
Save mtinnes/c1702ea7bd72d59ac1b99be4d2b1eb2d to your computer and use it in GitHub Desktop.
{
"title":"Remote",
"background-color":"#0099ff",
"pages":{
"home":[
{
"name":"Page 1",
"command":"remote",
"arg":"menuboard",
"to":"page1"
},
{
"name":"page 2",
"command":"remote",
"arg":"financial",
"to":"page2"
}
],
"page1":[
{
"name":"Page 2",
"command":"remote",
"arg":"alert",
"to":"page2"
}
],
"page2":[
{
"name":"Page 1",
"command":"remote",
"arg":"reset",
"to":"page1"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment