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

SmartHomeAppliance

import type { SmartHomeAppliance } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.

interface SmartHomeAppliance {
Description?: string | null;
FriendlyName?: string | null;
ManufacturerName?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the smart home appliance.

§
FriendlyName?: string | null
[src]

The friendly name of the smart home appliance.

§
ManufacturerName?: string | null
[src]

The name of the manufacturer of the smart home appliance.