Premi il pulsante quadrato sul dispositivo o sull’interfaccia per avviare la modalità di registrazione. Per registrare le chiavi, puntare il telecomando verso l’interruttore di ELIO IOT, quindi premere un pulsante ELIO. Quando appare la luce gialla, premi il tasto sul telecomando per sapere cosa clonare. Puoi utilizzare i seguenti pulsanti di ELIO: cerchio, più, menu, sinistra. Giusto.
Nota: Compatibile con IOT MINI, solo con i pulsanti dell’interfaccia IOT PLAY
Compatibilità
{ "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" } } ]}