LED
From Unofficial Stationeers Wiki
![]() | |
| Operation | |
|---|---|
| Power Usage | 25W |
| Prefab Hash | 1944485013 |
| Construction | |
| Placed with | Kit (Lights) |
| Placed on | Small Grid, On Frames |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Lights) |
Description
The LED variant consumes half the power of the default larger wall light though is not as bright. It's color can also be changed with logic, making for a great status indicator within logic circuits.
Data Network
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
| Parameter Name | Data Type | Description |
|---|---|---|
| On | Boolean | Turns the Light on, when set to 1. Turns it off, when set to 0. |
| Lock | Boolean | Locks the Light when set to 1. Unlocks it, when set to 0. When locked, Light cannot be turned on\off by player. |
| Color | Integer | Sets the color of the LED Light. (See Data Network Colors) |
Data Outputs
These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| On | Boolean | Returns whether the Light is turned on. (0 for no, 1 for yes) |
| Lock | Boolean | Returns whether the Light is locked. (0 for no, 1 for yes) |
| Color | Integer | Returns the color setting of the LED Light. (See Data Network Colors) |
| RequiredPower | Integer | Returns the current amount of power required by the Light, in watts. |
| PrefabHash | Integer | |
| Power | Boolean | Returns whether the Light is turned on and receives power. (0 for no, 1 for yes) |

