Skip to content

Instantly share code, notes, and snippets.

@nickrw
nickrw / homecontrol_curtains.go
Last active January 12, 2018 00:01
A curtains HomeKit Accessory hello world using homecontrol https://github.com/brutella/hc
package main
import (
"fmt"
"log"
"sync"
"time"
"github.com/brutella/hc"
"github.com/brutella/hc/accessory"