Trevor Payne
Trevor Payne
I know that the standard Wattbox RackMount PDU has 24 Outlets - there's a few APC ones out there that have 48. I'm not sure that we need to define...
Good ideas I think I can get temp from a wattbox - though that doesn't matter too much For Power Failure - would that be for a current fail condition,...
If it's a UPS, I could see the need for displaying power failure when it occurs too though..... I will also say that the APC UPS isn't quite on the...
Ok - reviving this one... @ngenovese11 I'm imagining a set of interfaces... IHasPowerOutlets - includes IDeviceInfo and a collection of IOutlets IOutlet - PowerOn, PowerOff, PowerReset(long timer), Voltage, Load And...
Along with this, we may want to create a unified joinMap - though I Imagine @ngenovese11 and I will have some strong disagreements on what that looks like ;)
100% agree it should have both - I was trying to just get something down so there would be more discussion. I really want to move away from feedbacks and...
I mean - hmmm...I guess we could go with a base class - utilize some existing interfaces we use for power control - do we treat each outlet as a...
I'm with @andrew-welker on this one - I feel like we should probably close this issue - but it does bring up the question of why we still maintain the...
Looking for comment from @ndorin @andrew-welker @ngenovese11 @jtalborough
I've also added to this commit a new interface `IHasCodecLayoutsAvailable` designed to report available layouts and a new LinkToApi method for devices that implement this interface and joinmap adjustments. The...