Skip to content

Quick Start

Topcat edited this page Dec 8, 2016 · 1 revision

How to quickly use this

  • Create a User account

Navigate to the main smarthome admin interface and create a user account http://localhost:8083/smarthome/#/admin

  • Initialize the library
require_once('zwave-api.php');

$zwa = new ZWaveAPI();
$zwa->login_username = '';
$zwa->login_password = '';
  • Call a data function as needed

Clone this wiki locally