Skip to content

Commit 464be9e

Browse files
committed
Added new feature (vc server load) to README.md + usage explanation
1 parent bfdeccd commit 464be9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ background.
1818
- Login/Logout with your IServ account
1919
- Plan changes, by week, day, filtered by course
2020
- Get all tasks
21+
- Videoconference server load/usage
2122

2223
### Coming soon:
2324

@@ -94,6 +95,13 @@ tasks = iserv.tasks(
9495
# do something with task list
9596
````
9697

98+
#### Vc. server load:
99+
````python
100+
load = iserv.vc_load()
101+
102+
# use returned dictionary
103+
````
104+
97105
#
98106

99107
> By RoRo160 `v.0.02.0-beta`

0 commit comments

Comments
 (0)