class JohnsonControls::Metasys
- JohnsonControls::Metasys
- PlaceOS::Driver
- Reference
- Object
Defined in:
johnson_controls/metasys.crConstant Summary
-
CONTENT_TYPE =
"application/json"
Class Method Summary
Instance Method Summary
- #count : Int32
- #get_attribute_value(id : String) : Float64
- #get_commands_for_an_object(id : String) : Array(Command)
- #get_data
- #get_equipment_hosted_by_network_device(id : String, page : Int32 = 1, page_size : Int32 = 10) : GetEquipmentHostedByNetworkDeviceResponse
- #get_equipment_points(id : String) : EquipmentPoints
- #get_network_device_children(id : String, page : Int32 = 1, page_size : Int32 = 10) : GetNetworkDeviceChildrenResponse
- #get_object_attributes_with_samples(id : String) : GetObjectAttributesWithSamplesResponse
- #get_request_debug(path : String, **params)
- #get_samples_for_an_object_attribute(id : String, attribute_id : String, start_time : String, end_time : String, page : Int32 = 1, page_size : Int32 = 10) : GetSamplesForAnObjectAttributeResponse
- #get_single_object_presentValue(id : String) : GetSingleObjectPresentValueResponse
- #get_token
- #get_token_debug
- #lookup_object_id(fqr : String) : String
- #on_load
- #on_update
- #send_command_to_an_object(id : String, command_id : String, body : Array(JSON::Any))
- #token_expired?
- #update_data
Class Method Detail
Instance Method Detail
def get_equipment_hosted_by_network_device(id : String, page : Int32 = 1, page_size : Int32 = 10) : GetEquipmentHostedByNetworkDeviceResponse
#
def get_network_device_children(id : String, page : Int32 = 1, page_size : Int32 = 10) : GetNetworkDeviceChildrenResponse
#
def get_object_attributes_with_samples(id : String) : GetObjectAttributesWithSamplesResponse
#
def get_samples_for_an_object_attribute(id : String, attribute_id : String, start_time : String, end_time : String, page : Int32 = 1, page_size : Int32 = 10) : GetSamplesForAnObjectAttributeResponse
#
def get_single_object_presentValue(id : String) : GetSingleObjectPresentValueResponse
#
def send_command_to_an_object(id : String, command_id : String, body : Array(JSON::Any))
#