Press the square button on the divece or on the interface to start the recording mode. To record the keys, point the remote control at the switch of ELIO IOT, then press one ELIO button. When the yellow light appears press the key on the remote control that you what to clone. You can use the following ELIO buttoms: circle, plus, menus, left. right.
Note: Compatible with IOT MINI, only with the interface buttons in the web app IOT PLAY
Compatibility
{ "do": [ { "set": [ "r", "=", 0 ] }, { "on": { "do": [ { "say": { "text": "To record the keys, point the remote control at the switch of ELIO IOT, then press one ELIO button", "voice": "Salli" } }, { "set": [ "c", "=", 1 ] }, { "set": [ "p", "=", 1 ] }, { "set": [ "m", "=", 1 ] }, { "set": [ "r", "=", 1 ] }, { "set": [ "l", "=", 1 ] } ], "event": "touchSquare" } }, { "on": { "do": [ { "if": { "else": [ { "infrared": { "command": "send", "key": 0 } } ], "is": [ "c", "==", 1 ], "then": [ { "light": { "color": 3, "duration": 1 } }, { "infrared": { "command": "record", "error": [ { "light": { "color": 12, "duration": 1 } } ], "key": 0, "recordTime": 5, "success": [ { "set": [ "c", "=", 0 ] }, { "light": { "color": 5, "duration": 1 } } ] } } ] } } ], "event": "touchCircle" } }, { "on": { "do": [ { "if": { "else": [ { "infrared": { "command": "send", "key": 1 } } ], "is": [ "p", "==", 1 ], "then": [ { "light": { "color": 3, "duration": 1 } }, { "infrared": { "command": "record", "error": [ { "light": { "color": 12, "duration": 1 } } ], "key": 1, "recordTime": 5, "success": [ { "set": [ "p", "=", 0 ] }, { "light": { "color": 5, "duration": 1 } } ] } } ] } } ], "event": "touchPlus" } }, { "on": { "do": [ { "if": { "else": [ { "infrared": { "command": "send", "key": 2 } } ], "is": [ "m", "==", 1 ], "then": [ { "light": { "color": 3, "duration": 1 } }, { "infrared": { "command": "record", "error": [ { "light": { "color": 12, "duration": 1 } } ], "key": 2, "recordTime": 5, "success": [ { "set": [ "m", "=", 0 ] }, { "light": { "color": 5, "duration": 1 } } ] } } ] } } ], "event": "touchMinus" } }, { "on": { "do": [ { "if": { "else": [ { "infrared": { "command": "send", "key": 3 } } ], "is": [ "r", "==", 1 ], "then": [ { "light": { "color": 3, "duration": 1 } }, { "infrared": { "command": "record", "error": [ { "light": { "color": 12, "duration": 1 } } ], "key": 3, "recordTime": 5, "success": [ { "set": [ "r", "=", 0 ] }, { "light": { "color": 5, "duration": 1 } } ] } } ] } } ], "event": "touchRight" } }, { "on": { "do": [ { "if": { "else": [ { "infrared": { "command": "send", "key": 4 } } ], "is": [ "l", "==", 1 ], "then": [ { "light": { "color": 3, "duration": 1 } }, { "infrared": { "command": "record", "error": [ { "light": { "color": 12, "duration": 1 } } ], "key": 4, "recordTime": 5, "success": [ { "set": [ "l", "=", 0 ] }, { "light": { "color": 5, "duration": 1 } } ] } } ] } } ], "event": "touchLeft" } } ]}