IR remote
Please note, in order to use Sensors and Sensor events, Premium (ENTERPRISE) license is required.
Setup & Configuration
- Navigate to Devices menu, then select the device where you want to use the sensors.
- Open the device settings by clicking on the icon
OR
- Click on the device card, then Select Settings tab
- Find sensor settings, then set the following sensor configuration:
{
  "services": [
    {
      "uid": "KEYBOARD_EMULATOR_01",
      "type": "KEYBOARD_EMULATOR",
      "settings": {
        "rules": [
          {
            "eol": "\n",
            "type": "IR",
            "format": "message",
            "target": "displayer",
            "pattern": "",
            "timeout": 50,
            "defaultId": "",
            "reportUrl": "",
            "defaultEvent": "",
            "idGroupIndex": 1,
            "eventGroupIndex": 2,
            "valueGroupIndex": 3
          }
        ]
      }
    }
  ]
}
- 
Attach the IR receiver to the device where you sat the configuration 
- 
Enable the Device console on the device 
- 
Use a learning remote controller 
- 
Then you will see the actual event and value in the console what the actual button sent to the device. 
Usage in content:
- If your device has an IR port you can use the generic sensor events for transmitting or receiving:
- IR_Transmit X
- IR_Receive X true