Skip to content

Commit

Permalink
Updated note
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed May 6, 2024
1 parent cd4b4b1 commit 6eb5777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/api-server/api_server/rmf_io/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ def __init__(self):
self.building_map = BehaviorSubject(None) # Optional[BuildingMap]
self.beacons = Subject() # BeaconState
self.delivery_alerts = Subject() # ttm.DeliveryAlertPydantic
self.fire_alarm_trigger = BehaviorSubject(None) # Optional[bool]
self.fire_alarm_trigger = BehaviorSubject(
None
) # Optional[FireAlarmTriggerState]


rmf_events = RmfEvents()
Expand Down

0 comments on commit 6eb5777

Please sign in to comment.