We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdeccd commit 464be9eCopy full SHA for 464be9e
README.md
@@ -18,6 +18,7 @@ background.
18
- Login/Logout with your IServ account
19
- Plan changes, by week, day, filtered by course
20
- Get all tasks
21
+- Videoconference server load/usage
22
23
### Coming soon:
24
@@ -94,6 +95,13 @@ tasks = iserv.tasks(
94
95
# do something with task list
96
````
97
98
+#### Vc. server load:
99
+````python
100
+load = iserv.vc_load()
101
+
102
+# use returned dictionary
103
+````
104
105
#
106
107
> By RoRo160 `v.0.02.0-beta`
0 commit comments