Skip to content

Commit 524681e

Browse files
author
Shiyue Cheng
committed
updated w/ release 1.2.0b2
1 parent 6b627e4 commit 524681e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

meraki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SUPPRESS_LOGGING, SIMULATE_API_CALLS, BE_GEO_ID, MERAKI_PYTHON_SDK_CALLER
2121
)
2222

23-
__version__ = '1.2.0b1'
23+
__version__ = '1.2.0b2'
2424

2525
class DashboardAPI(object):
2626
"""

meraki/aio/api/wireless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def getNetworkWirelessClientConnectivityEvents(self, networkId: str, clientId: s
457457
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
458458
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
459459
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
460-
- types (array): A list of event types to include. If not specified, events of all types will be returned. Valid types are 'assoc', 'disassoc', 'auth', 'deauth', 'dns', 'dhcp', 'roam' and/or 'connection'.
460+
- types (array): A list of event types to include. If not specified, events of all types will be returned. Valid types are 'assoc', 'disassoc', 'auth', 'deauth', 'dns', 'dhcp', 'roam', 'connection' and/or 'sticky'.
461461
- includedSeverities (array): A list of severities to include. If not specified, events of all severities will be returned. Valid severities are 'good', 'info', 'warn' and/or 'bad'.
462462
- band (string): Filter results by band (either '2.4' or '5').
463463
- ssidNumber (integer): An SSID number to include. If not specified, events for all SSIDs will be returned.

meraki/api/wireless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def getNetworkWirelessClientConnectivityEvents(self, networkId: str, clientId: s
457457
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
458458
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
459459
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
460-
- types (array): A list of event types to include. If not specified, events of all types will be returned. Valid types are 'assoc', 'disassoc', 'auth', 'deauth', 'dns', 'dhcp', 'roam' and/or 'connection'.
460+
- types (array): A list of event types to include. If not specified, events of all types will be returned. Valid types are 'assoc', 'disassoc', 'auth', 'deauth', 'dns', 'dhcp', 'roam', 'connection' and/or 'sticky'.
461461
- includedSeverities (array): A list of severities to include. If not specified, events of all severities will be returned. Valid severities are 'good', 'info', 'warn' and/or 'bad'.
462462
- band (string): Filter results by band (either '2.4' or '5').
463463
- ssidNumber (integer): An SSID number to include. If not specified, events for all SSIDs will be returned.

0 commit comments

Comments
 (0)