We have no access token, connect us

We have access!

In your system, store these values to do requests for this user:
Token:
Secret:

Clear the token and restart

List users devices

constant('TELLSTICK_TURNON') | constant('TELLSTICK_TURNOFF'), ); $response = $consumer->sendRequest(constant('REQUEST_URI').'/devices/list', $params, 'GET'); echo '
';
	echo( htmlentities($response->getBody()));
}

?>

List users clients

sendRequest(constant('REQUEST_URI').'/clients/list', $params, 'GET'); echo '
';
	echo( htmlentities($response->getBody()));
}