We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959ef15 commit 376db07Copy full SHA for 376db07
examples/simple_thing.py
@@ -85,8 +85,8 @@ def get(self):
85
my_component = find_component("org.labthings.example.mycomponent")
86
return my_component.magic_denoise
87
88
- # Main function to handle POST requests (write)
89
- def post(self, new_property_value):
+ # Main function to handle PUT requests (write)
+ def put(self, new_property_value):
90
"""Change the current magic_denoise value"""
91
92
# Find our attached component
0 commit comments