Controls HiFi-Devices bia IR by MQTT-Commands
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #
  2. # This is a space encoded remote control from Technics
  3. #
  4. # lots of the codes are identical to the EUR643900 file.
  5. # Probably this remote control does work with this file too
  6. # (the power button is missing here). Major differences
  7. # in the header are: eps, aeps, gap.
  8. #
  9. # contributed by Simon Budig <Simon.Budig@unix-ag.org>
  10. #
  11. # brand: Technics
  12. # model: EUR642100 (probably EUR643900 too)
  13. # supported devices: SL-PG440A
  14. #
  15. begin remote
  16. name EUR642100
  17. bits 16
  18. flags SPACE_ENC
  19. eps 30
  20. aeps 100
  21. header 3578 1674
  22. one 503 368
  23. zero 503 1238
  24. ptrail 503
  25. pre_data_bits 32
  26. pre_data 0xBFFBFAAF
  27. gap 74826
  28. repeat_bit 0
  29. begin codes
  30. OPEN_CLOSE 0x0000000000007F2A
  31. VOLDOWN 0x0000000000007B2E
  32. VOLUP 0x000000000000FBAE
  33. ONE 0x000000000000F7A2
  34. TWO 0x0000000000007722
  35. THREE 0x000000000000B7E2
  36. FOUR 0x0000000000003762
  37. FIVE 0x000000000000D782
  38. SIX 0x0000000000005702
  39. SEVEN 0x00000000000097C2
  40. EIGHT 0x0000000000001742
  41. NINE 0x000000000000E7B2
  42. ZERO 0x0000000000006732
  43. TEN 0x0000000000005E0B
  44. TEN_PLUS 0x000000000000DE8B
  45. PROGRAM 0x000000000000AEFB
  46. CLEAR 0x000000000000FEAB
  47. RECALL 0x0000000000007E2B
  48. TIME_MODE 0x0000000000005500
  49. A_B_REPEAT 0x000000000000EDB8
  50. REPEAT 0x0000000000001D48
  51. RANDOM 0x0000000000004D18
  52. AUTO_CUE 0x0000000000002E7B
  53. TAPE_LENGTH 0x0000000000002A7F
  54. SIDE_A_B 0x000000000000CA9F
  55. TIME_FADE 0x000000000000D683
  56. PEAK_SEARCH 0x0000000000000E5B
  57. SEARCH_BACK 0x000000000000BFEA
  58. SEARCH_FOR 0x0000000000003F6A
  59. TRACK_NEXT 0x000000000000ADF8
  60. TRACK_PREV 0x0000000000006D38
  61. STOP 0x000000000000FFAA
  62. PAUSE 0x0000000000009FCA
  63. PLAY 0x000000000000AFFA
  64. end codes
  65. end remote