HumidityBrick
Humidity Brick based on V2 of the API.
Constructor Summary
Public Constructor | ||
public |
constructor(ipcon: object, mClient: MessageClient, uID: string, db: DatabaseHandler) Constructor for the Humidity Brick, |
Public Constructors
public constructor(ipcon: object, mClient: MessageClient, uID: string, db: DatabaseHandler) source
Constructor for the Humidity Brick,
Params:
Name | Type | Attribute | Description |
ipcon | object | The connection to the Tinkerforge API. |
|
mClient | MessageClient | MessageClient to handle messages towards the Server. |
|
uID | string | Identifier of the specific Brick that we want to talk to. |
|
db | DatabaseHandler | DatabaseHandler to locally save entries in case we want a Frontend. |