CommetRFMatch_IOSimulatorItems.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "TriggerFullRefRun",
  5. "SourceCommand": "10,00",
  6. "SuccessResponse": "50",
  7. "FailedResponse": "93"
  8. },
  9. {
  10. "SourceCommandName": "CheckFullRefRun",
  11. "SourceCommand": "10,01",
  12. "SuccessResponse": "50",
  13. "FailedResponse": ""
  14. },
  15. {
  16. "SourceCommandName": "TriggerGotoCap",
  17. "SourceCommand": "20,00",
  18. "SuccessResponse": "50",
  19. "FailedResponse": "93"
  20. },
  21. {
  22. "SourceCommandName": "CheckGotoCap",
  23. "SourceCommand": "20,01",
  24. "SuccessResponse": "50",
  25. "FailedResponse": ""
  26. },
  27. {
  28. "SourceCommandName": "SetAccelerationSpeedIndex",
  29. "SourceCommand": "43,00",
  30. "SuccessResponse": "43,00",
  31. "FailedResponse": "94"
  32. },
  33. {
  34. "SourceCommandName": "GetActualCap",
  35. "SourceCommand": "40,01",
  36. "SuccessResponse": "41,01",
  37. "FailedResponse": ""
  38. },
  39. {
  40. "SourceCommandName": "GetStatus",
  41. "SourceCommand": "40,22",
  42. "SuccessResponse": "41,22,00,00",
  43. "FailedResponse": ""
  44. },
  45. {
  46. "SourceCommandName": "GetMinCap",
  47. "SourceCommand": "40,10",
  48. "SuccessResponse": "41,10,00,B4",
  49. "FailedResponse": ""
  50. },
  51. {
  52. "SourceCommandName": "GetMaxCap",
  53. "SourceCommand": "40,11",
  54. "SuccessResponse": "41,11,0A,10",
  55. "FailedResponse": ""
  56. },
  57. {
  58. "SourceCommandName": "ExecuteAnyCommand",
  59. "SourceCommand": "",
  60. "SuccessResponse": "",
  61. "FailedResponse": ""
  62. }
  63. ]
  64. }