AmbientLightBrick
AmbientLight Brick based on V3 of the API.
Constructor Summary
Public Constructor | ||
public |
constructor(ipcon: object, mClient: MessageClient, uID: string, db: DatabaseHandler) Constructor for the Ambient Brick, |
Public Constructors
public constructor(ipcon: object, mClient: MessageClient, uID: string, db: DatabaseHandler) source
Constructor for the Ambient 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. |