Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # working
  2.  
  3. {
  4. "mid": "Monitor_1_ID",
  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. "Monitor_1_ID",
  17. "Monitor_2_ID"
  18. ],
  19. "mode": "start",
  20. "details": {
  21. "detector": "1"
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement