You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ schemas:
5
5
type: string
6
6
description:
7
7
Unique deviceAlias. Default device name is 'masterNportM' where 'N' means the masterNumber and 'M' means
8
-
the portNumber. Even if a new device alias has been assigned, the device can always be addressed via the default name.
8
+
the portNumber. Even if a new device alias has been assigned, the device can always be addressed via the default name. A device name must only contain alphanumeric characters and underscores.
9
9
minLength: 1
10
10
maxLength: 32
11
11
pattern: "^[a-zA-Z0-9_]{1,32}$"
@@ -310,7 +310,7 @@ schemas:
310
310
description:
311
311
type: string
312
312
description: |
313
-
Additional information about the provided specification.
313
+
Additional information about the provided specification.
0 commit comments