diff --git a/ProjectClock/Net.swift b/ProjectClock/Net.swift index 747b551..1a19ff3 100644 --- a/ProjectClock/Net.swift +++ b/ProjectClock/Net.swift @@ -147,6 +147,19 @@ class APIs */ static let familyAction = API(loc: "/family/action") + /** + Get updates about alarms that other family members added + + ## Parameters (Besides from username and password) + - fid: Family ID + - pin: Admin pin + - action: get_alarm_updates + + ## Returns + Alarm updates + */ + static let familyAlarmUpdates = API(loc: "/family/action") + /** Add alarm to a family member