class Desigo::Client
- Desigo::Client
- Reference
- Object
Defined in:
desigo/client.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #commands : API::Commands
- #heartbeat : API::Heartbeat
- #property_values : API::PropertyValues
- #values : API::Values
Constructor Detail
def self.new(base_url : String, username : String, password : String, grant_type : String = "password", client_identifier : String | Nil = nil)
#