TPLinkSmartDevices
TPLinkSmartDevices copied to clipboard
C# Library for Discovering and Operating TP-Link Smart Devices (HS100/105/110, LB100/110/120/130)
**Prior to running any command this is what I get running tplight details [ip]** `"light_state": {` ` "on_off": 1,` ` "mode": "normal",` ` "hue": 261,` ` "saturation": 43,` ` "color_temp":...
at https://github.com/anthturner/TPLinkSmartDevices/blob/master/TPLinkSmartDevices/TPLinkDiscovery.cs#L64 i had to ``` if (sys_info != null || sys_info != new object { }) { string model = (string)sys_info.model; if (model.StartsWith("HS110")) device = new TPLinkSmartMeterPlug(ip.Address.ToString()); else if...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Will this library work with the KP400 smart outlets?