vapor-ware / synse-server

An HTTP API for monitoring and controlling physical and virtual devices
https://synse.readthedocs.io/en/latest/server/intro/
GNU General Public License v3.0
39 stars 11 forks source link

implement lock route alias #200

Closed edaniszewski closed 5 years ago

edaniszewski commented 6 years ago

there is a stub in place for the lock route that will need to be filled out. it should more or less follow the pattern of other alias routes. once that is done, we can address #72

edaniszewski commented 6 years ago

valid actions for the plugin are: lock, unlock, pulseUnlock (https://github.com/vapor-ware/synse-plugins-internal/blob/master/i2c/devices/rci3525/device.go#L162)