No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

var_www_lights_web_lights_credentials.j2 145B

123
  1. const mqttUsername = '{{ lights_web_username }}'
  2. const mqttPassword = '{{ lights_web_password }}'
  3. const mqttUrl = 'wss://{{ server_fqdn }}:8083'