KaimeiRFMatch_IOSimulatorItems.json 560 B

12345678910111213141516171819202122
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "GetStatus",
  5. "SourceCommand": "01,03,00,00",
  6. "SuccessResponse": "01,03,0C,08,00,08,00,00,00",
  7. "FailedResponse": ""
  8. },
  9. {
  10. "SourceCommandName": "SetPresetAbsoluteMode",
  11. "SourceCommand": "01,10,00,05",
  12. "SuccessResponse": "01,10,00,05,00,03",
  13. "FailedResponse": ""
  14. },
  15. {
  16. "SourceCommandName": "SetCurrentValue",
  17. "SourceCommand": "01,10,00,08",
  18. "SuccessResponse": "01,10,00,08,00,02",
  19. "FailedResponse": ""
  20. }
  21. ]
  22. }