Skip to content

Commit

Permalink
Update const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sca075 authored Nov 26, 2023
1 parent a79ea2d commit e5ac429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const EVENT_AUTOGENERATED_CONFIG_GET = "map-card-autogenerated-config-get
export const EVENT_AUTOGENERATED_CONFIG = "map-card-autogenerated-config";
export const EVENT_ROOM_CONFIG_GET = "map-card-room-config-get";
export const EVENT_ROOM_CONFIG = "map-card-room-config";
export const EVENT_PREDEFINED_ZONE_CONFIG_GET = "map-card-predefined-zone-config-get";
export const EVENT_PREDEFINED_ZONE_CONFIG = "map-card-predefined-zone-config";
export const EVENT_SERVICE_CALL_GET = "map-card-service-call-get";
export const EVENT_SERVICE_CALL = "map-card-service-call";
export const EVENT_LOVELACE_DOM = "ll-custom";
Expand All @@ -23,4 +25,4 @@ export const EMPTY_MAP_MODE: MapModeConfig = {
run_immediately: true,
selection_type: SelectionType[SelectionType.ROOM],
repeats_type: RepeatsType[RepeatsType.NONE]
}
}

0 comments on commit e5ac429

Please sign in to comment.