You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running the project, I can see that the route is registered:
+ [@WebRoute] GET /writedevice/<mac>/<target>
There are no other routes using /writedevice:
Creating WWW routes
+ [@WebRoute] GET /
+ [@WebRoute] GET /getdevicelist
+ [@WebRoute] GET /getschedule
+ [@WebRoute] GET /addschedule/<mac>/<abovebelow>/<light>/<target>
+ [@WebRoute] GET /deleteschedule/<id>
+ [@WebRoute] GET /testlight
+ [@WebRoute] GET /writedevice/<mac>/<target>
However, an incoming request isn't picked up:
WWW: From 192.168.68.81:53110 GET /writedevice/34ab958f6ed40004/100 >> [307] Temporary Redirect
Any suggestions? I feel like I must be doing something wrong with the arguments bit of it, but I can't figure it out.
The text was updated successfully, but these errors were encountered:
I've defined the following:
Upon running the project, I can see that the route is registered:
There are no other routes using /writedevice:
However, an incoming request isn't picked up:
Any suggestions? I feel like I must be doing something wrong with the arguments bit of it, but I can't figure it out.
The text was updated successfully, but these errors were encountered: