class Place::Router::SignalGraph::Mod
- Place::Router::SignalGraph::Mod
- Reference
- Object
Overview
Reference to a PlaceOS module that provides IO nodes within the graph.
Defined in:
place/router/signal_graph/mod.crConstructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #audio_muteable?
- #camera?
- #chat_functions?
- #desk_control?
- #door_security?
- #electrical_relay?
- #guest_building_access?
-
#hash(hasher)
See
Object#hash(hasher)
- #id : String
- #idx : Int32
- #input_muteable?
- #input_selection?
- #lighting?
- #locatable?
- #lockers?
- #mailer?
- #mailer_templates?
- #metadata
- #moveable?
- #muteable?
- #name : String
- #powerable?
-
#selectable?
FIXME drop if / after renaming InputSelection -> Selectable
- #sensor?
- #sms?
- #stoppable?
- #switchable?
- #sys : String
- #to_s(io)
- #video_muteable?
- #zoomable?
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.