Update temporarily hardcoded server URL
This commit is contained in:
parent
ce6309a22b
commit
b53fa1764d
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
package com.kernelmaft.zanbur
|
||||
|
||||
|
||||
|
||||
object Config {
|
||||
const val MQTT_SERVER_HOST = "antoinette.kernelmaft.com"
|
||||
const val MQTT_SERVER_HOST = "merovech.kernelmaft.com"
|
||||
const val MQTT_SERVER_PORT = 1883
|
||||
const val MQTT_TOPIC = "zigbee2mqtt"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue