JSON_Cap_PircamMode

JSON message about the capability of controlling the pircam (detector equipped with camera) to capture pictures or record videos in asynchronous mode

{
  "PircamMode":{
    "mode":{
/*required, string, mode: "enter", "exit"*/
      "@opt":["enter", "exit"]
    }
  }
}