binarybucks / homA

An extensible framework for the smart home
Eclipse Public License 1.0
137 stars 24 forks source link

[webinterface] Update Paho Javascript Client to v1.0.1 #141

Closed simonvanderveldt closed 7 years ago

simonvanderveldt commented 8 years ago

Update the Paho Javascript Client tot latest upstream version (v.1.0.1), from https://projects.eclipse.org/projects/technology.paho/downloads

This works fine for me, but I only have values to show, no triggers/buttons, so might be a good idea to check if everything still works ;)

I'm using this together with Mosquitto 1.4.4. with websockets enabled. This means the temporary WebSocketServer is no longer necessary :)

simonvanderveldt commented 7 years ago

@binarybucks @stylpen would you want to include this change? I can rebase and update it. Otherwise I'll just close the PR :)

stylpen commented 7 years ago

It was working for me as well (with buttons and sliders, too). Thanks for keeping us up to date!