Add disabled station anchors version (#31794)
* Add disabled station anchors versions * remove this
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
abstract: true
|
||||
name: station anchor
|
||||
description: Prevents stations from moving.
|
||||
suffix: On
|
||||
placement:
|
||||
mode: AlignTileAny
|
||||
components:
|
||||
@@ -107,3 +108,11 @@
|
||||
interfaces:
|
||||
enum.PowerChargeUiKey.Key:
|
||||
type: PowerChargeBoundUserInterface
|
||||
|
||||
- type: entity
|
||||
parent: StationAnchor
|
||||
id: StationAnchorOff
|
||||
suffix: Off
|
||||
components:
|
||||
- type: StationAnchor
|
||||
switchedOn: false
|
||||
|
||||
Reference in New Issue
Block a user