File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Pluggable Discovery protocol (Version 1.0.0 )
1
+ # Pluggable Discovery protocol (Version 1)
2
2
3
3
## Overview
4
4
@@ -55,22 +55,22 @@ The syntax of the command is:
55
55
56
56
` HELLO <PROTOCOL_VERSION> "<USER_AGENT>" `
57
57
58
- - ` <PROTOCOL_VERSION> ` is the maximum protocol version supported by the client/IDE (currently ` 1.0.0 ` )
58
+ - ` <PROTOCOL_VERSION> ` is the maximum protocol version supported by the client/IDE (currently ` 1 ` )
59
59
60
60
- ` <USER_AGENT> ` is the name and version of the client (double-quotes ` " ` are not allowed)
61
61
62
62
some examples:
63
63
64
- - ` HELLO 1.0.0 "Arduino IDE 1.8.13" `
64
+ - ` HELLO 1 "Arduino IDE 1.8.13" `
65
65
66
- - ` HELLO 1.0.0 "arduino-cli 1.2.3" `
66
+ - ` HELLO 1 "arduino-cli 1.2.3" `
67
67
68
68
the response to the command is:
69
69
70
70
``` JSON
71
71
{
72
72
"eventType" : " hello" ,
73
- "protocolVersion" : " 1.0.0 " ,
73
+ "protocolVersion" : " 1" ,
74
74
"message" : " OK"
75
75
}
76
76
```
You can’t perform that action at this time.
0 commit comments