Skip to main content

DEVICE_CONNECT_REQUEST_JSON

Constant DEVICE_CONNECT_REQUEST_JSON 

Source
pub const DEVICE_CONNECT_REQUEST_JSON: &str = "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": \"device-connect-1\",\n  \"method\": \"device.connect\"\n}\n";
Expand description

Canonical device.connect request fixture.