Skip to content

Commit

Permalink
UniFi API browser 2.0.19
Browse files Browse the repository at this point in the history
- updated PHP API client to 1.1.69
  • Loading branch information
malle-pietje committed Oct 19, 2021
1 parent 2f15221 commit e2eb855
Show file tree
Hide file tree
Showing 95 changed files with 1,395 additions and 2,607 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Alternatively you may choose to download the zip file and unzip it in your direc

### Installation using Docker

@scyto maintains Docker containers for quick and easy deployment of the UniFi API browser tool. Please refer to [this Wiki page](https://github.com/Art-of-WiFi/UniFi-API-browser/wiki/Docker-Hosting) within the repository for more details:
@scyto maintains Docker containers for quick and easy deployment of the UniFi API browser tool. Please refer to [this Wiki page](https://github.com/Art-of-WiFi/UniFi-API-browser/wiki/Docker-Hosting) within the repository for more details. Please note we don't provide support related to Docker-based installs.


### Configuration
Expand Down
5 changes: 1 addition & 4 deletions ajax/fetch_collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,12 @@
switch ($method) {
case 'stat_5minutes_gateway':
$params = [null, null, $gateway_stats_attribs];

break;
case 'stat_hourly_gateway':
$params = [null, null, $gateway_stats_attribs];

break;
case 'stat_daily_gateway':
$params = [null, null, $gateway_stats_attribs];

break;
case 'stat_monthly_gateway':
$params = [null, null, $gateway_stats_attribs]; }
Expand Down Expand Up @@ -217,4 +214,4 @@
header('Content-Type: application/json; charset=utf-8');
echo (json_encode($results));

$_SESSION['memory_used'] = round(memory_get_peak_usage(false) / 1024 / 1024, 2) . 'MB';
$_SESSION['memory_used'] = round(memory_get_peak_usage(false) / 1024 / 1024, 2) . 'MB';
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* This file is subject to the MIT license that is bundled with this package in the file LICENSE.md
*/
define('TOOL_VERSION', '2.0.18');
define('TOOL_VERSION', '2.0.19');

/**
* gather some basic information for the About modal
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor/art-of-wifi/unifi-api-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
.phpdoc-md

# ignore XML files
*.xml
*.xml

# ignore PHPStorm files
.idea/*
Loading

0 comments on commit e2eb855

Please sign in to comment.