This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
class HueAuto | |
{ | |
// Lights Off | |
// Turn on the radio | |
// HTTP Stream Context | |
protected $ctx; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import usb.core | |
import usb.util | |
import sys | |
import getopt | |
import time | |
# find our device | |
dev = usb.core.find(idVendor=0x04d8, idProduct=0xf372) |