Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 636 Bytes

Experimental.md

File metadata and controls

17 lines (14 loc) · 636 Bytes

Create your own Command

To provide an easy way, to try your own command on your PANONO there is another command you can use.

Experimental

>>> result = cam.experimental("status_update")

experimental() takes at least one argument. The command you want to send your PANONO. In addition you can provide an optional second argument, which must be a json-object, to experimental(). experimental() always returns a json-object. If your PANONO does not like to execute your command, you will get an error message.