Universal Remote – Update

Update from initial post.

After letting other people use the remote – I realized that – well, they don’t think like me. So I needed to add a functionality to send single commands to devices – in case someone decided to bypass the server and change the power state of a device.

Located under the collapsable menu.

"commands": {
  "Receiver": [
    ["Power Toggle", "KEY_POWER"],
    ["Input - CBL", "KEY_CBL"],
    ["Input - XBOX", "KEY_XBOX"],
    ["Input - Switch", "KEY_GAME"],
    ["Input - Bluetooth", "KEY_BLUE"]
  ],
  "Cox": [
    ["Power On", "KEY_CONTOUR"]
  ],
  "Xbox": [
    ["Power On", "PowerOn"],
    ["Power Off", "PowerOff"]
   ]
}

Daniel Blair Written by: