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

LightSettings

import type { LightSettings } from "https://googleapis.deno.dev/v1/fcm:v1.ts";

Settings to control notification LED.

interface LightSettings {
color?: Color;
lightOffDuration?: number;
lightOnDuration?: number;
}

§Properties

§
color?: Color
[src]

Required. Set color of the LED with google.type.Color.

§
lightOffDuration?: number
[src]

Required. Along with light_on_duration , define the blink rate of LED flashes. Resolution defined by proto.Duration

§
lightOnDuration?: number
[src]

Required. Along with light_off_duration, define the blink rate of LED flashes. Resolution defined by proto.Duration