karpach / remote-shutdown-pc

Remote Shutdown Manager is a windows application, which gives an ability to shutdown, suspend, hibernate PC or turn screen off using HTTP GET request.
326 stars 47 forks source link

Is it possible to add an URL to check for workstation lock/unlock ? #24

Open yaoterence opened 2 years ago

yaoterence commented 2 years ago

My English is not very good, hope you can understand what I mean. I hope there is a feature that I can determine the workstation is lock or unlock. This URL will be look like: http://remote-host-name:5001/secret/islock/ And it will return true or false string in respond message.

It will be helpful to let remote know the PC workstation state and doing some synchronous controls for different devices.

karpach commented 2 years ago

This sounds like a good feature, although I can't promise implementing it in a near future.