brematic
Version:
Library to control Brennerstuhl Brematic devices via Node.js
18 lines (16 loc) • 567 B
Markdown
# Default Device
## Configruation Parameters
| Name | Required | Type | Example | Description |
| -------------- | -------- | ------ | ------------- | --------------------------- |
| address | yes | Object | - | Device Adress configuration |
| address.system | yes | String | ```"00000"``` | System Adress of device |
| address.unit | yes | String | ```"00000"``` | System Adress of device |
Example:
```json
deviceConfig: {
address: {
system: '00000',
unit: '00000'
}
}
```