keis / pynanoleaf

A Python3 wrapper for the Nanoleaf API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nanoleaf API Wrapper

A Python3 wrapper for the Nanoleaf API, capable of controlling both Nanoleaf Aurora and Nanoleaf Canvas.

Usage

nanoleaf = Nanoleaf(host="192.168.1.197")
#Press and hold the on/off button for 5-7 seconds to allow authentication
nanoleaf.authorize()
nanoleaf.name

About

A Python3 wrapper for the Nanoleaf API

License:MIT License


Languages

Language:Python 100.0%