struct Place::AreaManagement::SensorMeta

Included Modules

Extended Modules

Defined in:

place/area_management.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : Nil | String, type : PlaceOS::Driver::Interface::Sensor::SensorType | Nil, level : Nil | String, x : Float64 | Nil, y : Float64 | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def level : String | Nil #

[View source]
def level=(level : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def type : SensorType | Nil #

[View source]
def type=(type : SensorType | Nil) #

[View source]
def x : Float64 | Nil #

[View source]
def x=(x : Float64 | Nil) #

[View source]
def y : Float64 | Nil #

[View source]
def y=(y : Float64 | Nil) #

[View source]