api

package
v0.0.0-...-29e51a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notification

type Notification struct {
	Id             string `json:"id"`
	Type           string `json:"type"`
	SubscriptionId string `json:"subscriptionId"`
	NotifiedAt     string `json:"notifiedAt"`
	Data           []struct {
		Id     string `json:"id"`
		Type   string `json:"type"`
		Status *struct {
			Value string `json:"value"`
		} `json:"status,omitempty"`
		DeviceState *struct {
			Value string `json:"value"`
		} `json:"deviceState,omitempty"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL