update agent to v7/v2 SMP/NTF protocol versions (#997)

* update agent to v7/v2 SMP/NTF protocol versions
This commit is contained in:
Evgeny Poberezkin
2024-05-08 13:05:06 +01:00
committed by GitHub
parent 7a07076277
commit b40654c95d
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ authBatchCmdsNTFVersion :: VersionNTF
authBatchCmdsNTFVersion = VersionNTF 2
currentClientNTFVersion :: VersionNTF
currentClientNTFVersion = VersionNTF 1
currentClientNTFVersion = VersionNTF 2
currentServerNTFVersion :: VersionNTF
currentServerNTFVersion = VersionNTF 2

View File

@@ -153,7 +153,7 @@ authCmdsSMPVersion :: VersionSMP
authCmdsSMPVersion = VersionSMP 7
currentClientSMPRelayVersion :: VersionSMP
currentClientSMPRelayVersion = VersionSMP 6
currentClientSMPRelayVersion = VersionSMP 7
legacyServerSMPRelayVersion :: VersionSMP
legacyServerSMPRelayVersion = VersionSMP 6