mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 17:54:36 +00:00
* Script to merge device additions and changes into devices.conf (#49) * Add republish on reconnect * Filter additional invalid characters '+','#','/' from topic line (replace with '_') * Minor bugfixes for parse values * Include script for merging new devices into existing config * Update dependency Co-authored-by: tsightler <tsightler@gmail.com> Co-authored-by: Doug Krahmer <doug.git@remhark.com>
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
{
|
|
"host": "localhost",
|
|
"port": 1883,
|
|
"topic": "tuya/",
|
|
"mqtt_user": "",
|
|
"mqtt_pass": ""
|
|
}
|