[docs] fix typos
This commit is contained in:
@@ -49,7 +49,7 @@ func (p Printer) GetExample() string {
|
|||||||
return `
|
return `
|
||||||
{
|
{
|
||||||
type: "Print",
|
type: "Print",
|
||||||
"options: {
|
"options": {
|
||||||
"message": "Hello World!"
|
"message": "Hello World!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ func (p EthernetDisconnect) GetExample() string {
|
|||||||
"options": {
|
"options": {
|
||||||
"interfaceName": "eth0",
|
"interfaceName": "eth0",
|
||||||
"waitTillConnected": true
|
"waitTillConnected": true
|
||||||
}
|
},
|
||||||
"actions": [
|
"actions": [
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ func (p TimeOut) GetExample() string {
|
|||||||
"name": "Example Trigger",
|
"name": "Example Trigger",
|
||||||
"options": {
|
"options": {
|
||||||
"duration": 5
|
"duration": 5
|
||||||
}
|
},
|
||||||
"actions": [
|
"actions": [
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ func (p UsbDisconnect) GetExample() string {
|
|||||||
"options": {
|
"options": {
|
||||||
"deviceId": "ata-Samsung_SSD_860_EVO_1TB_S4AALKWJDI102",
|
"deviceId": "ata-Samsung_SSD_860_EVO_1TB_S4AALKWJDI102",
|
||||||
"waitTillConnected": true
|
"waitTillConnected": true
|
||||||
}
|
},
|
||||||
"actions": [
|
"actions": [
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user