g-cranston
g-cranston
I experience this issue also, with a Synology as UPS server, which I assume (for me anyway) is related to [https://community.synology.com/enu/forum/17/post/102712](url) It seems more like a Synology bug with the...
I have come all the way to the same final hurdle: Shutdown works great, Hibernate/Sleep just don't trigger an action, whether at the end of the timer, clicking the immediate...
#116 I think a possible answer to this may have been suggested in a new post.
This worked for me as hoped, once SetSystemPowerState was swapped for SetSuspendState, on Windows 10. Not sure quality of my coding, but this worked for me: Public Sub Shutdown_Action() Select...
[https://github.com/g-cranston/WinNUT-Client](https://github.com/g-cranston/WinNUT-Client) Have made the changes in a fork in case it is of use (plus another fix for a different issue that works for me). Apologies if I haven't done...
@gbakeman Hopefully I've done the pull request right - seem to be two modifications in one rather than separated. Thank you for all you and @gawindx have done for this...
Could it be doing it on the 'shutdown if runtime lower than (sec)' condition, as it doesn't seem to be reporting a Remaining Time? What happens if you change that...
I think this post could be the answer to a previously mentioned one? #89