0.1.10 • Published 3 years ago

daikeen v0.1.10

Weekly downloads
40
License
MIT
Repository
-
Last release
3 years ago

NodeJS Daikin Air Conditioning HTTP API

This is yet another module to access the local HTTP API given by most of the recent Daikin Air Conditioning devices. The goal is to be very simple to use and change to feet your needs. It does not any dependency to fetch HTTP, just plain old NodeJS.

Example

const Daikeen = require("daikeen");

let daikin = Daikin.createConnection("192.168.0.124");

setTimeout(() => {
	// a few time later..
	console.log(daikin.sensorInformation());

	// turn on
	daikin.setControlInformation({ power: true });
}, 1000);
0.1.10

3 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago