-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API Browser version 1.0.16, API client class version 1.1.5
- API client class: changed class name to UnifiApi - API client class: general code cleanup and improvements - API client class: enhanced method/function list_events() - API client class: added method/function list_devices() to replace list_aps() which is still available as alias - API browser tool: general code cleanup - examples: general code cleanup, added config file template
- Loading branch information
1 parent
a6bbb29
commit 86d9c1d
Showing
13 changed files
with
202 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
/** | ||
* Copyright (c) 2016, Slooffmaster | ||
* | ||
* This file is subject to the MIT license that is bundled | ||
* with this package in the file LICENSE.md | ||
* | ||
*/ | ||
|
||
/** | ||
* Single controller configuration | ||
* =============================== | ||
* Update this section with your UniFi controller details and credentials | ||
*/ | ||
$controlleruser = ''; // the user name for access to the UniFi Controller | ||
$controllerpassword = ''; // the password for access to the UniFi Controller | ||
$controllerurl = ''; // full url to the UniFi Controller, eg. 'https://22.22.11.11:8443' | ||
$controllerversion = ''; // the version of the Controller software, eg. '4.6.6' (must be at least 4.0.0) | ||
|
||
/** | ||
* set to true (without quotes) to enable debug output to the browser and the PHP error log | ||
*/ | ||
$debug = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.