What arguments are supported when defining a command in the metadata?
command <command_name>
command <command_name> [ "STRING | NUMBER | VECTOR3 | ENUM | JSON_OBJECT(?)", ... ]
For an enum, is there a way to define the values like there is for inputs? The capabilities doc lists values for some of the commands, but it’s not clear whether there’s an enum parameter type behind it, or if it’s just a list of strings that will work. That may be all that the enum type is anyway, but if it makes my code easier to read, I’ll go the enum route.
Thanks,
–Mike