Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Aruba-WLAN
Aruba-WLAN Python Scripts
Commits
146675e8
Commit
146675e8
authored
Aug 23, 2021
by
Alexander Detsch
🐘
Browse files
add all fields for wiki
parent
4f361c57
Changes
2
Hide whitespace changes
Inline
Side-by-side
arubawlan-python-scripts/add_aruba_ap.py
View file @
146675e8
...
...
@@ -131,6 +131,9 @@ class WarehouseWikipage:
ap
[
'Seriennummer'
]
=
ap_data
.
serial
ap
[
'MAC-Adresse'
]
=
ap_data
.
mac
ap
[
'Typ'
]
=
ap_data
.
model
ap
[
'number'
]
=
str
(
len
(
self
.
aps
)
+
2
)
ap
[
'Anschaffung'
]
=
"FIXME"
ap
[
'Bemerkung'
]
=
""
self
.
aps
[
ap_data
.
serial
]
=
ap
...
...
setup.py
View file @
146675e8
...
...
@@ -2,7 +2,7 @@ import setuptools
setuptools
.
setup
(
name
=
"arubawlan_python_scripts"
,
version
=
"0.0.
3
"
,
version
=
"0.0.
4
"
,
author
=
"FeM"
,
author_email
=
"technik@fem.tu-ilmenau.de"
,
description
=
"Aruba-WLAN Python Scripts"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment