53545556575859
*/ public LightNode() { } public LightNode(String name, Light light) { this(name, new LightControl(light)); }