openwebx/php-kodaksmarthome

php based access to kodak smarthome

1.3.0 2020-05-07 08:08 UTC

This package is auto-updated.

Last update: 2024-04-07 17:42:40 UTC


README

php based access to the Kodak Smarthome API

Thanx to https://github.com/kairoaraujo/python-kodaksmarthome for the great work!

Everything should be working "out-of-the-box". Simply initiate the class with your credentials:

$ksh = new phpKodakSmarthome('myUser', 'myPassword');

You now cann access all kinds of information directly:

$devices = $ksh->getDevices();

$events = $ksh->getEvents();