models

package
v0.0.0-...-f54c1c2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiscoveryData

type DiscoveryData struct {
	MachineName     string `json:"MachineName"`     // Machine Name
	MachineModel    string `json:"MachineModel"`    // Machine Model
	BrandName       string `json:"BrandName"`       // Brand Name
	MachineIP       string `json:"MachineIP"`       // Motherboard IP Address
	MachineID       string `json:"MachineID"`       // Motherboard ID (16-bit)
	ProtocolVersion string `json:"ProtocolVersion"` // Protocol Version
	FirmwareVersion string `json:"FirmwareVersion"` // Firmware Version
}

type DiscoveryResponse

type DiscoveryResponse struct {
	Discovered []*DiscoveryData `json:"discovered"`
}

type HealthResponse

type HealthResponse struct{}

type MachineAttributesResponse

type MachineAttributesResponse struct {
	Attributes sdcp.Attributes `json:"attributes"`
}

type MachineRegisterRequest

type MachineRegisterRequest struct {
	MachineID string `json:"machine_id"`
	MachineIP string `json:"machine_ip"`
}

type MachineStatusResponse

type MachineStatusResponse struct {
	Status sdcp.Status `json:"status"`
}

type MachineVideoResponse

type MachineVideoResponse struct {
	Status sdcp.EnableDisableVideoStreamResponse `json:"status"`
}

Jump to

Keyboard shortcuts

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