csharp 飞利浦Hue API

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 飞利浦Hue API相关的知识,希望对你有一定的参考价值。

var baseUrl = "http://192.168.1.023";
var userKey = "2haogjnoiwejaoiheoaiwhfjawoihg-auighaewroiuhjoiajg";

var template = "{0}/api/{1}/lights/10/state";

var fullUrl = String.Format(template, baseUrl, userKey);

var client = new HttpClient();

var body = new HueObj();

var request = new HttpRequestMessage(HttpMethod.Put, fullUrl)
{
    Content = new StringContent(JsonConvert.SerializeObject(body), Encoding.UTF8, "application/json")
};

class HueObj
{
    public int hue { get; set; }
    public int sat { get; set; }
    public int bri { get; set; }
}

以上是关于csharp 飞利浦Hue API的主要内容,如果未能解决你的问题,请参考以下文章

飞利浦HUE未使用'飞利浦Hue娱乐'(通过DTLS)回复

如何使用 philips hue API 创建“场景”

使用室内地理围栏控制飞利浦 Hue 灯泡

使用 Applescript 和 cURL 控制飞利浦 Hue 照明系统

如何远程连接后端服务与飞利浦 Hue Bridge?

当环境光低于 X 时打开飞利浦 HUE 灯