Property
telnet
| Property Name | Type | Description | Required |
|---|---|---|---|
| do | array of string | Yes | |
| dont | array of string | Yes | |
| will | array of string | Yes | |
| wont | array of string | Yes |
↑ TopExample
{
"do": [],
"dont": [],
"will": [
"ECHO",
"SGA",
"TTYPE"
],
"wont": []
}