summaryrefslogtreecommitdiff
path: root/include/py/homekit/http/http.py
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-02-17 23:20:49 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-02-17 23:20:49 +0300
commit70b4a4f044cac8052bb0af7c585572e54489ea2f (patch)
tree5611bfb19af4d847b017df5d79f89b4bbb50e9f1 /include/py/homekit/http/http.py
parent77b80dd9b3500539b24b7dc6258c02c23fd4d015 (diff)
ipcam_ntp_util: support chinese noname cameras
Diffstat (limited to 'include/py/homekit/http/http.py')
-rw-r--r--include/py/homekit/http/http.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/py/homekit/http/http.py b/include/py/homekit/http/http.py
index 82c5aae..8819c46 100644
--- a/include/py/homekit/http/http.py
+++ b/include/py/homekit/http/http.py
@@ -113,3 +113,4 @@ class HTTPServer:
class HTTPMethod(Enum):
GET = 'GET'
POST = 'POST'
+ PUT = 'PUT'