The constructor only calls to parent class passing the network identification.
This array is required for knowing which functions require the existence of device_id attribute.
This array is required for knowing which functions require the existence of home_id attribute.
This array is required for knowing which functions require the existence of power, temperature and termination attributes.
This array is required for knowing which functions require the existence of timetable_id attribute.
This array is required for knowing which functions require the existence of zone_id attribute.
This method adds a TadoConnection object to the connector.
A not type-defined object. Requires the attributes username and password to be valid. Those values are the login data of Tadoº.
Callback function which it gives the results or the failure of the task.
This method does the calling to Tado api.
The connection to Tado api.
A not type-defined object. Contains the parameters that the api endpoint require.
Function which returns any result or error.
Error May return an error object if there's some issues with the options object.
This method does the calling to Tado api.
The connection to Tado api.
A not type-defined object. Contains the parameters that the api endpoint require.
Function which returns any result or error.
Error May return an error object if there's some issues with the options object.
This method calls to /me endpoint of Tadoº api.
The uuid of the connection to do the call.
A not type-defined object. Actually it's empty.
Function which return response or error from the connection.
This method is the universal method for calling get methods of Tado client module.
The uuid of the connection to do the call.
A not type-defined object. Contains the parameters that the api endpoint require.
Function which return response or error from the connection.
This method is the universal method for calling put/post methods of Tado client module.
The uuid of the connection to do the call.
A not type-defined object. Contains the parameters that the api endpoint require.
Function which return response or error from the connection.
This method verifies that options object has the required attributes.
A not type-defined object. Contains the parameters that the api endpoint require.
Error May return an error object if there's some issues with the options object.
This method verifies that options object has the required attributes.
A not type-defined object. Contains the parameters that the api endpoint require.
Error May return an error object if there's some issues with the options object.
Generated using TypeDoc
Class TadoConnector. Extends Connector class from bfmb-base-connector module.