Functions | |
| def | get_lessons (client, date_from=None, date_to=None) |
| def | get_student_info (client, student_id) |
Support for fetching Vulcan data.
| def homeassistant.components.vulcan.fetch_data.get_lessons | ( | client, | |
date_from = None, |
|||
date_to = None |
|||
| ) |
Support for fetching Vulcan lessons.
Definition at line 4 of file fetch_data.py.
| def homeassistant.components.vulcan.fetch_data.get_student_info | ( | client, | |
| student_id | |||
| ) |
Support for fetching Student info by student id.
Definition at line 81 of file fetch_data.py.