Presione el botón cuadrado en el divece o en la interfaz para iniciar el modo de grabación. Para grabar las claves, apunte el control remoto al interruptor de ELIO IOT, luego presione un botón ELIO. Cuando aparezca la luz amarilla presiona la tecla en el control remoto que deseas clonar. Puede utilizar los siguientes botones de ELIO: círculo, más, menús, izquierda. bien.
Nota: Compatible con IOT MINI, sólo con los botones de la interfaz de la aplicación web IOT PLAY
Compatibilidad
{ "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" } } ]}

