Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. # working
  2.  
  3. {
  4.    "mid":"[Monitor1]",
  5.    "mode": "start",
  6.    "details": {
  7.       "detector": "1"
  8.    }
  9. }
  10.  
  11.  
  12. # not working, gives error "State Configuration has no monitors associated" when I try
  13.  
  14. {
  15.    "mid": [
  16.       "Monitor1",
  17.       "Monitor2"
  18.    ],
  19.    "mode": "start",
  20.    "details": {
  21.       "detector": "1"
  22.    }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement