文件名称:YeelightAPI:控制小米Yeelight设备的C#API(.Net)
文件大小:68KB
文件格式:ZIP
更新时间:2024-02-23 14:05:56
windows iot library yeelight yeelight-devices
YeelightAPI C#API(.Net)控制小米Yeelight彩色灯泡 贡献 如果您觉得此套票有用,请在Paypal上赠送礼物: : 先决条件 控制台项目使用C#7.1“异步主要方法”功能,请确保您的Visual Studio版本是最新的! 在您的设备上 ,否则此API既不会发现它们也无法使用它们 安装 要从安装最新版本: Install-Package YeelightAPI 用法 单一装置 YeelightAPI.Device允许您创建设备。 只需实例化具有IP地址或主机名的Device device = new Device("hos.tna.meo.rIP"); : Device device = new Device("hos.tna.meo.rIP"); 并启动连接: device.Connect(); 。 然后,您可以使用设备对象来控制设备: 打开/关闭电源: device.SetPower(true); 切换状态: device.Toggle(); 更改亮度级别: device.SetBrightness(100); 更改颜色: device.
【文件预览】:
YeelightAPI-master
----YeelightAPI.Console()
--------packages.config(140B)
--------Program.cs(34KB)
--------YeelightAPI.Console.csproj(310B)
--------App.config(169B)
----YeelightAPI.UnitTests()
--------xunit.runner.json(141B)
--------DeviceTests.cs(3KB)
--------DiscoveryTests.cs(4KB)
--------config.json(37B)
--------YeelightAPI.UnitTests.csproj(1KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----YeelightAPI.sln(2KB)
----YeelightAPI()
--------Device.cs(21KB)
--------icon.png(1KB)
--------packages.config(141B)
--------Device.IDeviceController.cs(15KB)
--------YeelightAPI.csproj(2KB)
--------Device.IBackgroundDeviceController.cs(11KB)
--------Device.IDeviceReader.cs(4KB)
--------Models()
--------Events()
--------Properties()
--------Interfaces()
--------README.txt(511B)
--------DeviceDiscoveryException.cs(2KB)
--------DeviceGroup.IBackgroundDeviceController.cs(8KB)
--------Core()
--------DeviceLocator.cs(32KB)
--------DeviceGroup.cs(3KB)
--------DeviceGroup.IDeviceController.cs(9KB)
----LICENSE(11KB)
----README.md(9KB)
----.gitignore(4KB)