Home Reference Source
public class | source

TempBrick

Temperature Brick based on V1 of the API.

Constructor Summary

Public Constructor
public

constructor(ipcon: object, mClient: MessageClient, uID: string, db: DatabaseHandler)

Constructor for the Temperature Brick,

Public Constructors

public constructor(ipcon: object, mClient: MessageClient, uID: string, db: DatabaseHandler) source

Constructor for the Temperature Brick,

Params:

NameTypeAttributeDescription
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.