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

update Plugin model to get address from client #219

Closed edaniszewski closed 5 years ago

edaniszewski commented 5 years ago

https://github.com/vapor-ware/synse-server/blob/6650dbcbc28150957106f04155b7f88e9c2f7e41/synse/plugin.py#L126-L127

the address it uses here is the same as is given to the client.. instead of requiring the address to be passed in explicitly, just get the address from the client.

edaniszewski commented 5 years ago

closing - this is remedied in v3.