Skip to content

Commit

Permalink
Names camera routers (space-wizards#33496)
Browse files Browse the repository at this point in the history
Co-authored-by: Velcroboy <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Dec 11, 2024
1 parent fc738b6 commit 976cae9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterEngineering
name: engineering camera router
suffix: Engineering
components:
- type: SurveillanceCameraRouter
Expand All @@ -56,6 +57,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterSecurity
name: security camera router
suffix: Security
components:
- type: SurveillanceCameraRouter
Expand All @@ -64,6 +66,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterScience
name: science camera router
suffix: Science
components:
- type: SurveillanceCameraRouter
Expand All @@ -72,6 +75,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterSupply
name: supply camera router
suffix: Supply
components:
- type: SurveillanceCameraRouter
Expand All @@ -80,6 +84,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterCommand
name: command camera router
suffix: Command
components:
- type: SurveillanceCameraRouter
Expand All @@ -88,6 +93,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterService
name: service camera router
suffix: Service
components:
- type: SurveillanceCameraRouter
Expand All @@ -96,6 +102,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterMedical
name: medical camera router
suffix: Medical
components:
- type: SurveillanceCameraRouter
Expand All @@ -104,6 +111,7 @@
- type: entity
parent: SurveillanceCameraRouterBase
id: SurveillanceCameraRouterGeneral
name: general camera router
suffix: General
components:
- type: SurveillanceCameraRouter
Expand Down Expand Up @@ -152,6 +160,7 @@
- type: entity
parent: SurveillanceCameraWirelessRouterBase
id: SurveillanceCameraWirelessRouterEntertainment
name: entertainment camera router
suffix: Entertainment
components:
- type: SurveillanceCameraRouter
Expand Down

0 comments on commit 976cae9

Please sign in to comment.