/python-konkeio

Python library for interfacing with konke smart appliances

Primary LanguagePythonApache License 2.0Apache-2.0

This library (and its accompanying cli tool) is used to interface with Konke remote-control devices.

Supported Devices

  • Mini K
  • Mini Pro
  • Smart Plug K(untested)

- K2 Pro(untested) Install =======

API Reference

  • class Switch (ip) create a instance of a switch
  • check() get switch's status
  • turn_on() turn on the switch
  • turn_off() turn off the switch

Demo:

CLI Command