Ivan Maslov | JavaScript & Web Performance Enthusiast

Results 49 comments of Ivan Maslov | JavaScript & Web Performance Enthusiast

@danielrasmuson you can create some sortable index just as temporary solution :)

> why are you trying to use the node http requester in the browser instead of the browserXhrRequester? Could you clarify which code causes this import? @Haroenv we need to...

Options: 1. use fetch instead xhr/request and pass the fetch function inside the initialization, (can be node-fetch) 2. add opportunity to user, to extend the fetch functions with the custom...

This hack works like magic, my edit for Gateway Security Kit: ```js var gateway = that.GatewayUtil.getBySid(gatewaySid); if(!gateway) { console.log(jsonObj); console.log('now gateway motherfucker'); // add gateway gateway = { sid: gatewaySid,...

`passwd: undefined,` // should be filled with your gateway password

> > `passwd: undefined,` // should be filled with your gateway password > > Yes. This gateway is configured in a different instance. my problem concerns the gateway with the...

> > SpiritAmalthea what do you mean about keeping the "224.0.0.50" ? How can I do it? I've only changed the multicastAddress... > > index.js file: > line 17 const...

1. check your token and ip from xiaomi mi home app 2. run `miio discover` and look at the ID of your gateway 3. run `miio tokens update 87643938 --token...