eg2

eg2
sayHello

say hello

Example:

{
    "params": {},
    "cmd": "eg2:sayHello"
}
sayHelloTo

say hello to the passed in param

Example:

{
    "params": {
        "name": {
            "text": "the name to greet"
        }
    },
    "cmd": "eg2:sayHelloTo"
}