-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jenkins
committed
Aug 28, 2023
1 parent
17d4292
commit 283fd91
Showing
863 changed files
with
2,792 additions
and
856 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6a3799fa092758233757ce90b64f9b1c62018126b25cacd1f5edb76a844783dd | ||
e2020b4e40727c0a3122468fe242fdf7d8140d83f51357eea68a13ab802f491d |
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,14 @@ | ||
# PagedXiqLocationTreeDevice | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**page** | **int** | The current page number | | ||
**count** | **int** | The element count of the current page | | ||
**total_pages** | **int** | The total page number based on request page size | | ||
**total_count** | **int** | The total element count | | ||
**data** | [**list[XiqLocationTreeDevice]**](XiqLocationTreeDevice.md) | The data in the current page | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# PagedXiqLocationTreeMap | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**page** | **int** | The current page number | | ||
**count** | **int** | The element count of the current page | | ||
**total_pages** | **int** | The total page number based on request page size | | ||
**total_count** | **int** | The total element count | | ||
**data** | [**list[XiqLocationTreeMap]**](XiqLocationTreeMap.md) | The data in the current page | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,22 @@ | ||
# XiqLocationTreeDevice | ||
|
||
The device on the location hierarchy. | ||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**device_name** | **str** | The name of the device. | | ||
**serial_number** | **str** | The device serial number. | [optional] | ||
**mac_address** | **str** | The device MAC address. | | ||
**device_function** | **str** | The device function, such as AP, Router, Switch, etc. | [optional] | ||
**product_type** | **str** | The product type, such as: AP_230, BR_100, NX9600, etc. | [optional] | ||
**ip_address** | **str** | The device IPv4 address. | [optional] | ||
**location_id** | **int** | The location ID of the device on the location hierarchy. | [optional] | ||
**map_name** | **str** | The associated background map for the device. | [optional] | ||
**x** | **float** | The x-position of the device relative to the horizontal scale in meter. | [optional] | ||
**y** | **float** | The y-position of the device relative to the vertical scale in meter. | [optional] | ||
**scale_x** | **float** | The horizontal scale for the background map in meter. | [optional] | ||
**scale_y** | **float** | The vertical scale for the background map in meter. | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# XiqLocationTreeMap | ||
|
||
The map on the location hierarchy. | ||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**map_name** | **str** | The background map name. | | ||
**width** | **float** | The x-dimension of the map in pixels. | [optional] | ||
**height** | **float** | The y-dimension of the map in pixels. | [optional] | ||
**data** | **str** | The base-64 encoded string of the map. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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.