cleaning of the code
This commit is contained in:
15
config/config.php
Normal file
15
config/config.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
//if multiple linky then change friendlyName for each
|
||||
|
||||
$friendlyName = "Linky";
|
||||
$configDir = "./config";
|
||||
$topicName = "linky2mqtt";
|
||||
$mqttServerAddress = "127.0.0.1";
|
||||
$mqttServerPort = "1883";
|
||||
$portName = "/dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DN04S0O2-if00-port0";
|
||||
$reconnectDelay = 10;
|
||||
$baudRate = 9600;
|
||||
$bits = 7;
|
||||
$stopBit = 1;
|
||||
$parity = 1;
|
Reference in New Issue
Block a user