History
Current version
3/8/2026, 10:06:39 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:01 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:01 PM
LED
## LED :::infobox | Property | Value | |----------|-------| | Prefab Hash | 1944485013 | | Power Usage | 25W | | Placed With | [Kit (Lights)](/wiki/kit-lights) | | Placed On | Small Grid, On Frames |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Lights)](/wiki/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 | 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](/wiki/data-network-colors)) | | 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](/wiki/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) | ## See Also - [Kit (Lights)](/wiki/kit-lights)