remootio / remootio-api-client-node

Remootio Websocket API client for Node.js
MIT License
5 stars 4 forks source link

sendQuery don't work #3

Closed sdomotica closed 10 months ago

sdomotica commented 3 years ago

I tried the test code

garagedoor1.on('authenticated',()=>{`
    console.log('garage door 1 session authenticated')
    console.log('garage door 1 pre quey')
    garagedoor1.sendQuery()
    console.log('garage door 1 post query')

})

No response only loop authentication

immagine

2.25 Firmware

garagedoor1.sendTrigger() Works fine

Thks Sandro

remootio commented 2 years ago

Hi Sandro,

Can you please post the full code you are using? I couldn't reproduce the issue