Anthony Turner
Anthony Turner
Changing https://github.com/moloch--/RootTheBox/blob/master/Dockerfile#L6 to `python:3.8` fixes this for the moment.
https://github.com/anthturner/TPLinkSmartDevices/blob/b4423be77b1273f83b1f61f2d1fd9a6d5dcba44c/TPLinkSmartDevices/Devices/TPLinkSmartBulb.cs#L33-L54 When changing the HSV on the bulb, all 3 properties are updated simultaneously. Because of that, the setter on the HSV property is what controls execution of the change....
I have not had experience with the Dream Machine series of Ubiquiti hardware. I believe that the company has one central API service which runs all of their network appliances...
Currently, all PRs are subject to build and test approval, and `master` is blocked from direct commits. I think this is pretty well complete, but if there's more to be...
At the moment the gaps are polymorphic deserialization (for the AuthJanitorProviderConfiguration object graph) and lack of native TimeSpan serialization. However, the new PR I just started on for my "2021...
Staleness update: This is still on my plate to wrap up. Most of the work is done but finishing the new UI framework is critical to getting this to a...
Feature infrastructure is complete as of #101 but individual Providers don't have rollback logic yet.
What needs to be done at a high level, from @jwendl -- - Update destination key with secondary key - Rev the container and create a matching pair of instances...
This is a big-time "help wanted" because I'm wholly unfamiliar with the k8s .NET SDK.
This now just needs to be done in the UI; Providers now have self-awareness as to whether they can accomplish their actions without downtime.