UNPKG
brematic
Version:
latest (1.0.0)
1.0.0
Library to control Brennerstuhl Brematic devices via Node.js
cvieth/brematic
brematic
/
test.js
16 lines
(12 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'use strict'
;
var
Brematic
=
require
(
'./brematic.js'
);
var
brematic =
new
Brematic
({
host
:
'127.0.0.1'
,
deviceConfig
: {
address
: {
system
:
'00000'
,
unit
:
'00000'
, }, }, }); brematic.
setValue
(
true
);