1.3.8 • Published 5 years ago

govee-api v1.3.8

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Node-Govee-API

Easily control your govee lights with nodejs!

Installation

Simply use npm install govee-api inside your node project directory.

Examples

  1. In this example it just simply turns the light on
const govee = require('govee-api');

govee.initDevice("GOVEE_SUPPLIED_API_KEY", "DEVICE MAC ADDRESS", "DEVICE MODEL");

govee.control.setOn(true);
  1. In this example it sets the color to red
const govee = require('govee-api');

govee.initDevice("GOVEE_SUPPLIED_API_KEY", "DEVICE MAC ADDRESS", "DEVICE MODEL");

govee.control.setColor(255, 0, 0);

Documentation

Documentation

1.3.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.1.6

5 years ago

0.0.4

5 years ago

0.1.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago