param: Max parameter name length increased to 80 characters

This commit is contained in:
Pavel Kirienko
2015-02-08 01:34:03 +03:00
parent 211b90fbaf
commit 84e22f1fb7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Value value
uint8 index
# Name of the parameter; always preferred over index if nonempty.
uint8[<64] name
uint8[<=80] name
---
@@ -27,4 +27,4 @@ Value max_value # Optional
Value min_value # Optional
# Empty name in response indicates that there is no such parameter
uint8[<64] name
uint8[<=80] name
@@ -2,4 +2,4 @@
# This type is nested in Value.
#
uint8[<=80] value
uint8[<64] value