Skip to content

Commit

Permalink
TCP MODBUS flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 authored Jun 27, 2023
1 parent 2ab4975 commit 2cff563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Smart-Meter-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Additional features can be enabled by adding the following `#define` compiler di
|NO_SML_REPLACE_VARS | disables replacement of any text in descriptor by script text variables. Useful if several occurrences of a text occupies a lot of space and you get short of script buffer. Readability may get worse so only makes sense on large descriptors. Note: to use `%` symbol un measurement units, you need to escape it like `%%`.|
|NO_USE_SML_DECRYPT | disables decoding of encrypted ams meters. decrypting needs TLS, so must define USE_TLS also.|
|USE_SML_AUTHKEY | enables authentication, this is not needed by most energy meters.|
|USE_SML_TCP | enables TCP MODBUS support.|

### General description

Expand Down

0 comments on commit 2cff563

Please sign in to comment.