alladdin / node-lox-ws-api

Node JS WebSocket Loxone™ API
MIT License
32 stars 23 forks source link

Allow sending encrypted webservice messages #8

Open codmpm opened 7 years ago

codmpm commented 7 years ago

It would be nice to be able to not only use the encryption for messages to an UUID (send_cmd) but also for webservice messages. Currently messages like jdev/sps/io/PushbuttonLivingRoomLight/On have to be sent over the "raw" send command of the connection (send) and won't be encrypted.

Shown here https://www.loxone.com/dede/wp-content/uploads/sites/2/2016/08/loxone-communicating-with-the-miniserver.pdf?x48792, page 16.

Is this possible for a websocket connection?