Skip to content

Commit

Permalink
v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 2, 2024
1 parent 10db135 commit cdb5eb6
Show file tree
Hide file tree
Showing 6 changed files with 701 additions and 322 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 1.2.0 (2024-10-02)
* Improvement: support for UniFi Access v2.3.
* Housekeeping.

## 1.1.0 (2024-08-04)
* Improvement: support for UniFi Access v2.
* Improvement: support for all Access hub types.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Downloads](https://img.shields.io/npm/dt/unifi-access?color=%230559C9&logo=icloud&logoColor=%23FFFFFF&style=for-the-badge)](https://www.npmjs.com/package/unifi-access)
[![Version](https://img.shields.io/npm/v/unifi-access?color=%230559C9&label=UniFi%20Access%20API&logo=ubiquiti&logoColor=%23FFFFFF&style=for-the-badge)](https://www.npmjs.com/package/unifi-access)

## Aspiring to a complete UniFi Access API implementation.
## A complete UniFi Access API implementation.
</DIV>
</SPAN>

Expand Down
2 changes: 1 addition & 1 deletion docs/access-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Utility method that generates a nicely formatted device information string.
| Parameter | Type | Default value | Description |
| ------ | ------ | ------ | ------ |
| `device` | `Readonly`\<[`AccessDeviceConfigInterface`](access-types.md#accessdeviceconfiginterface)\> | `undefined` | Access device. |
| `name` | `string` | `device.name` | Optional name for the device. Defaults to the device type (e.g. `UA G2 Pro Black`). |
| `name` | `string` | `...` | Optional name for the device. Defaults to the device type (e.g. `UA G2 Pro Black`). |
| `deviceInfo` | `boolean` | `false` | Optionally specify whether or not to include the IP address and MAC address in the returned string. Defaults to `false`. |

###### Returns
Expand Down
2 changes: 2 additions & 0 deletions docs/access-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

| Property | Modifier | Type |
| ------ | ------ | ------ |
| `alias` | `readonly` | `string` |
| `extra_type` | `readonly` | `string` |
| `extras` | `readonly` | [`AccessDeviceExtrasConfigInterface`](access-types.md#accessdeviceextrasconfiginterface) |
| `floors` | `readonly` | [`AccessFloorConfigInterface`](access-types.md#accessfloorconfiginterface)[] |
Expand All @@ -35,6 +36,7 @@

| Property | Type |
| ------ | ------ |
| `alias` | `string` |
| `extra_type` | `string` |
| `extras` | [`AccessDeviceExtrasConfigInterface`](access-types.md#accessdeviceextrasconfiginterface) |
| `floors` | [`AccessFloorConfigInterface`](access-types.md#accessfloorconfiginterface)[] |
Expand Down
Loading

0 comments on commit cdb5eb6

Please sign in to comment.