mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-16 15:19:33 +00:00
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"id": "device-pair",
|
|
"name": "Device Pairing",
|
|
"description": "Generate setup codes and approve device pairing requests.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"publicUrl": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"uiHints": {
|
|
"publicUrl": {
|
|
"label": "Gateway URL",
|
|
"help": "Public WebSocket URL used for /pair setup codes (ws/wss or http/https)."
|
|
}
|
|
}
|
|
}
|