Nick Genovese

Results 35 comments of Nick Genovese

The documentation effort makes sense; the problem I see is as plugins are developed, there being a time delay between making to the database and consequently any other "tools" we...

class = PepperDash.Essentials.Core.SecondsCountdownTimer file = CountdownTimer.cs sln folder = Core/Timers

I like ideas 1-3. Not sure what you're getting at for item for as I'm assuming the panel driver would hold a reference to the simpl # pro panel object...

Right, so we'd probably want to add it to the device list and run it in the activation phase like everything else?

> Right, so we'd probably want to add it to the device list and run it in the activation phase like everything else? Assuming of course we make it Inherit...

I'll be honest I don't know enough about the paradigm to really comment other then simpler is better. If we can get something viable faster within the existing paradigm and...

No worries in the delay; I had hopes of going through and proposing a solution along with this then got busy. I would think it would make sense to have...

pseudo code: OnStringReceivedFromAGather(args) { PowerFeedback.FireUpdate(ProcessPowerFeedback(args.Text)) } static bool ProcessPowerFeedback(string) { return a new power state }

Also a method to update the ValueFunc was just added, this seems like the next logical step to that. How is the below any different: OnStringReceivedFromAGather(args) { var newPower =...