Skip to main content

DeviceProfileInput

No description

input DeviceProfileInput {
name: String
dataIntervalSeconds: Int
autoVirtualRTK: AutoVirtualRTKInput
maxTrueRTK: MaxTrueRTKInput
outputSignals: [SignalType]
requiredSignals: [SignalFilter!]
}

Fields

DeviceProfileInput.name ● String scalar common

Profile Name

DeviceProfileInput.dataIntervalSeconds ● Int scalar common

Corrections data interval seconds

DeviceProfileInput.autoVirtualRTK ● AutoVirtualRTKInput input device-profiles

Max distance in km before switching to virtual station from OSR station

DeviceProfileInput.maxTrueRTK ● MaxTrueRTKInput input device-profiles

Do not get corrections from stations further away than this baseline.

DeviceProfileInput.outputSignals ● [SignalType] list enum signals

Only send corrections data for the specified list of signals,

DeviceProfileInput.requiredSignals ● [SignalFilter!] list input signals

Only receive corrections from stations that explicitly support the specified signals.

Member Of

createDeviceProfile mutation ● updateDeviceProfile mutation