struct

HomeconnectLocal::EntityDesc

Inherits Struct < Value < Object

A lightweight entity description used by the XML parser.

Constructors

new(uid : Int32, name : String, protocol_type : String | Nil = nil, content_type : String | Nil = nil, access : Access | Nil = nil, available : Bool | Nil = nil, min : Float64 | Nil = nil, max : Float64 | Nil = nil, step : Float64 | Nil = nil, enum_map : Hash(Int32, String) | Nil = nil, options : Array(Int32) = [] of Int32, execution : Execution | Nil = nil)
Source

Instance methods

access
Source
available
Source
content_type
Source
enum_map
Source
execution
Source
name
Source
options
Source
protocol_type
Source
step
Source