Skip to content

ShutterBox and wLightBox control

JakubSzabat edited this page Jul 8, 2016 · 9 revisions

Blebox's wLightbox and ShutterBox control, using OpenHab 2.0 on RaspberryPi 3 `import org.joda.time.* import org.openhab.core.library.types.* import java.text.SimpleDateFormat import java.util.ArrayList

var string IP_SHUTTER = "192.168.9.65" var string IP_LIGHT = "192.168.9.73"

var HSBType hsbValue var string redValue = "00" var string greenValue = "00" var string blueValue = "00" var string whiteValue = "00" var int fade = 255 var Timer timer = null`

Clone this wiki locally