API Service Documentation

Command: ping

This is a no-op command used to test communication.

If the "generic" notifications are set up properly, the "foo" and "bar" parameters will be relayed back as a "generic" notification

Request

NameTypeRequiredExample
fooStringNABC012

This is echoed back in the response

barStringNxyz789

This is echoed back in the response

Response

NameTypeExample
fooStringABC012

This should be the same as the foo parameter

barStringxyz789

This should be the same as the bar parameter