Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SasPortalDevice

import type { SasPortalDevice } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";
interface SasPortalDevice {
activeConfig?: SasPortalDeviceConfig;
readonly currentChannels?: SasPortalChannelWithScore[];
deviceMetadata?: SasPortalDeviceMetadata;
displayName?: string;
fccId?: string;
grantRangeAllowlists?: SasPortalFrequencyRange[];
name?: string;
preloadedConfig?: SasPortalDeviceConfig;
serialNumber?: string;
state?:
| "DEVICE_STATE_UNSPECIFIED"
| "RESERVED"
| "REGISTERED"
| "DEREGISTERED";
}

§Properties

§

Output only. Current configuration of the device as registered to the SAS.

§
readonly currentChannels?: SasPortalChannelWithScore[]
[src]

Output only. Current channels with scores.

§

Device parameters that can be overridden by both SAS Portal and SAS registration requests.

§
displayName?: string
[src]

Device display name.

§
fccId?: string
[src]

The FCC identifier of the device. Refer to https://www.fcc.gov/oet/ea/fccid for FccID format. Accept underscores and periods because some test-SAS customers use them.

§
grantRangeAllowlists?: SasPortalFrequencyRange[]
[src]

Only ranges that are within the allowlists are available for new grants.

§

Output only. Grants held by the device.

§
name?: string
[src]

Output only. The resource path name.

§
preloadedConfig?: SasPortalDeviceConfig
[src]

Configuration of the device, as specified via SAS Portal API.

§
serialNumber?: string
[src]

A serial number assigned to the device by the device manufacturer.

§
state?: "DEVICE_STATE_UNSPECIFIED" | "RESERVED" | "REGISTERED" | "DEREGISTERED"
[src]

Output only. Device state.