fixed category casing
This commit is contained in:
parent
f1029ac3ac
commit
511eceed6a
|
|
@ -4,7 +4,7 @@ let channelVar = "0";
|
||||||
// RF Transmitter Element
|
// RF Transmitter Element
|
||||||
elements.rf_transmitter = {
|
elements.rf_transmitter = {
|
||||||
color: "#142c47",
|
color: "#142c47",
|
||||||
category: "Machines",
|
category: "machines",
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
tempHigh: 250,
|
tempHigh: 250,
|
||||||
stateHigh: "dirt",
|
stateHigh: "dirt",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue