WebThingsIO / webthing-rust

Rust implementation of a Web Thing server
Mozilla Public License 2.0
211 stars 25 forks source link

Anyone can delete actions, edit properties, etc #74

Open arpad-m opened 2 years ago

arpad-m commented 2 years ago

Right now, at least according to me reading the source code, you can send a DELETE request and get an action deleted, or send a PUT request and change properties. Not all properties might support changing, and some (probably most?) actions you might not want to be able to delete remotely.