The source project of this merge request has been removed.
[RFC] lockdeviceplugin: add implementation for Windows build
OS - agnostic
- Added a new type of packet, "setLockedSuccess" which is expected as a reply of any lock request so we know a particular request was successful. The feedback is shown as a notification for now.
- This was particularly important for the windows port of the plugin because it doesn't support watching lock status or unlocking the device, so sending
isLocked : true
would perpetually block the system from being able to be locked remotely.
- This was particularly important for the windows port of the plugin because it doesn't support watching lock status or unlocking the device, so sending
Windows specific
- Listening to current lock status is not supported on Windows
- Unlocking the device by some API is not supported on Windows
- This plugin can still be used to Lock Windows device.
- This plugin can be used to manage other devices on the network.
Edited by Piyush Aggarwal