API client class v1.1.71

- modified `create_radius_account()` method to make Tunnel Type and Medium optional parameters, contributed by @mreho
- added `advanced_adopt_device()` method for more advanced adoption capabilities, contributed by @Sarrus
- refactored several code sections
- updated connection test script
This commit is contained in:
malle-pietje
2021-09-29 10:41:39 +02:00
parent 665fed93e2
commit 13b6699889
5 changed files with 862 additions and 828 deletions

5
.gitignore vendored
View File

@@ -10,4 +10,7 @@
.phpdoc-md
# ignore XML files
*.xml
*.xml
# ignore PHPStorm files
.idea/*