Skip to content

Commit cf41e75

Browse files
committed
updated README
1 parent e235267 commit cf41e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ require_once('vendor/autoload.php');
164164
*/
165165
$unifi_connection = new UniFi_API\Client($controller_user, $controller_password, $controller_url, $site_id, $controller_version);
166166
$login = $unifi_connection->login();
167-
$results = $unifi_connection->list_alarms(); // returns the alarms in a PHP array
167+
$results = $unifi_connection->list_alarms(); // returns an PHP array containing alarm objects
168168
```
169169

170170
Please refer to the `examples/` directory for some more detailed examples which you can use as a starting point for your own PHP code.

0 commit comments

Comments
 (0)