proposals
# later
# itinerary
# agenda
ranked
[ ] custom refresh functions
possibilities
[ ] custom controls:
example:
[xonsh] ventures hap_demux controls build_self_signed_papers
# moves
# plays
# controls
{
"name": "adventure_1_sanique",
"kind": "task",
"moves": {
"turn on": {
"adventure": turn_on_sanique ({
"ports": {
"harbor": "10000",
"inspector": "10001"
}
}),
},
"turn off": turn_off_sanique ({
"ports": {
"inspector": "10001"
}
}),
"is on": check_sanique_status ({
"ports": {
"inspector": "10001"
}
}),
"refresh": refresh_sanique ({
"ports": {
"inspector": "10001"
}
})
},
"controls": {
}
}