Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 314 Bytes

File metadata and controls

13 lines (9 loc) · 314 Bytes

Python Sengled Library

This is a Python library for interfacing with the Sengled Element devices

Devices Tested

  • Element A19 bulb

Getting Started

See examples for an example of how to use the library to control Sengled Element bulbs.

prerequisites

  • python requests
    • pip install requests