fix: use wss

This commit is contained in:
Dorian Zedler 2022-12-29 17:24:58 +01:00
parent 30cfa6fa63
commit 812847f378
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -111,7 +111,7 @@ document.addEventListener('alpine:init', () => {
}, },
connect() { connect() {
const url = 'ws://broker.emqx.io:8083/mqtt' const url = 'wss://broker.emqx.io:8084/mqtt'
const options = { const options = {
// Clean session // Clean session