← Back to team overview

the-vdr-team team mailing list archive

JSON-Objekt für Lirc-Hardware

 

Hallo Henning,

einverstanden mit diesem JSON-Objekt?

{
  "remote_controls": [
    {
      "remote_control_types": {
        "name": "",
        "remote_controls": [
          {
            "description": "Home-brew (16x50 UART compatible serial port)",
            "driver": "serial",
            "lirc_driver": "lirc_dev lirc_serial",
            "hw_default": "hw_default",
            "lircd_conf": ""
          },
          {
            "description": "Home-brew (Igor Cesko's variant)(16x50 UART
compatible serial port)",
            "driver": "serial",
            "lirc_driver": "lirc_dev lirc_serial_igor",
            "hw_default": "hw_default",
            "lircd_conf": ""
          },
          {
            "description": "Radio Shack 15-2116",
            "driver": "serial",
            "lirc_driver": "lirc_dev lirc_serial",
            "hw_default": "hw_default",
            "lircd_conf": "radioshack/radioshack.conf"
          },
          {
            "description": "Home-brew (parallel port)",
            "driver": "parallel",
            "lirc_driver": "lirc_dev lirc_parallel",
            "hw_default": "hw_default",
            "lircd_conf": ""
          },
          {
            "description": "Network (UDP)",
            "driver": "udp",
            "lirc_driver": "none",
            "hw_default": "hw_udp",
            "lircd_conf": ""
          }
        ]
      }
    },
    {
      "remote_control_types": {
        "name": "Home-brew (soundcard input)",
        "remote_controls": [
          {
            "description": "Simple IR diode (EXPERIMENTAL)",
            "driver": "dsp",
            "lirc_driver": "none",
            "hw_default": "hw_dsp",
            "lircd_conf": ""
          },
          {
            "description": "IR receiver IC connected to audio input
(EXPERIMENTAL)",
            "driver": "audio",
            "lirc_driver": "none",
            "hw_default": "hw_audio",
            "lircd_conf": ""
          },
          {
            "description": "IR receiver IC connected to audio input using
ALSA (EXPERIMENTAL)",
            "driver": "audio_alsa",
            "lirc_driver": "none",
            "hw_default": "hw_audio_alsa",
            "lircd_conf": ""
          }
        ]
      }
    }
  ]
}


Gerald




Follow ups