devicetypes

package
v0.0.28 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	String  = models.String
	Integer = models.Integer
	Float   = models.Float
	Boolean = models.Boolean

	List      = models.List
	Structure = models.Structure
)

Variables

This section is empty.

Functions

func ShortenId

func ShortenId(longId string) (string, error)

Types

type Command

type Command string
const (
	PutCommand    Command = "PUT"
	DeleteCommand Command = "DELETE"
	RightsCommand Command = "RIGHTS"
)

type ContentVariable

type ContentVariable = models.ContentVariable

type DeviceType

type DeviceType = models.DeviceType

type DeviceTypeCommand

type DeviceTypeCommand struct {
	Command    Command    `json:"command"`
	Id         string     `json:"id"`
	Owner      string     `json:"owner"`
	DeviceType DeviceType `json:"device_type"`
}

type Service

type Service = models.Service

type Type

type Type = models.Type

Jump to

Keyboard shortcuts

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