1.3.8 • Published 3 years ago

govee-api v1.3.8

Weekly downloads
2
License
ISC
Repository
github
Last release
3 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

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.1.6

3 years ago

0.0.4

3 years ago

0.1.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago