Skip to content

Commit 3e2a1f8

Browse files
Rename enum value.
1 parent 2deaa76 commit 3e2a1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opcua_webapi/models/message_security_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MessageSecurityMode(int, Enum):
2828
allowed enum values
2929
"""
3030
Invalid = 0
31-
None = 1
31+
NoSignOrEncrypt = 1
3232
Sign = 2
3333
SignAndEncrypt = 3
3434

0 commit comments

Comments
 (0)