From cd766c5cd75f7340e4afba97dc5e3c395b0645d0 Mon Sep 17 00:00:00 2001 From: Zak Nye Date: Mon, 5 Jun 2023 11:48:45 -0600 Subject: [PATCH] Update README to include default port number for meter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 453a308..fe73b27 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The following are options that may be passed into the container in the form of e | -e MQTT_SERVER | IP address of the MQTT server to communicate with | NO | | -e MQTT_PORT | Port # of the MQTT server to communicate with, **Default: 1883**| yes | | -e METER_IP | IP address of the itron meter. Useful for those that run iot devices on other vlans | yes | -| -e METER_PORT | Port number of the meter, must be set if `METER_IP` is set. | yes | +| -e METER_PORT | Port number of the meter, must be set if `METER_IP` is set. **Default: 5353**| yes | | -e MQTT_USER | Username to authenticate to the MQTT server | yes | | -e MQTT_PASSWORD | Password to authenticate to the MQTT server | yes | | -e CERT_PATH | Path to cert file (within the container) if different than the default | yes |