Skip to content

Commit

Permalink
Merge pull request #11044 from thingsboard/fix/snmp-authentication-pr…
Browse files Browse the repository at this point in the history
…otocol

Fix MD5 SNMP authentication protocol
  • Loading branch information
ViacheslavKlimov committed Jun 19, 2024
2 parents c4e5ab6 + 0142af3 commit 8e05dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-ngx/src/app/shared/models/device.models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ export enum SnmpAuthenticationProtocol {
SHA_256 = 'SHA_256',
SHA_384 = 'SHA_384',
SHA_512 = 'SHA_512',
MD5 = 'MD%'
MD5 = 'MD5'
}

export const SnmpAuthenticationProtocolTranslationMap = new Map<SnmpAuthenticationProtocol, string>([
Expand Down

0 comments on commit 8e05dfd

Please sign in to comment.