You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const AndroidRemote = require("androidtv-remote");
let host = "192.168.22.14";
let options = {
pairing_port : 6467,
remote_port : 6466,
name : 'androidtv-remote',
}
let androidRemote = new AndroidRemote.AndroidRemote(host, options)
let started = androidRemote.start();
Env:
My Code:
Run on command prompt:
What wrong ?
The text was updated successfully, but these errors were encountered: