Skip to content

Commit 23513aa

Browse files
author
Shiyue Cheng
committed
Added org-wide device status call
Included new API call (https://api.meraki.com/api_docs#list-the-status-of-every-meraki-device-in-the-organization) to return the status of every device in the Dashboard organization
1 parent 3a54eff commit 23513aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meraki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ def addnetwork(apikey, orgid, name, nettype, tags, tz, cloneid=None, suppresspri
18451845
postdata = {
18461846
'name': format(str(name)),
18471847
'type': format(str(nettype)),
1848-
'tags': format(str(tags)),
1848+
'tags': __listtotag(tags),
18491849
'timeZone': format(str(tz))
18501850
}
18511851
if cloneid:

0 commit comments

Comments
 (0)