bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

Expose Return Code as a variable/set a custom variable #63

Open peternewman opened 1 month ago

peternewman commented 1 month ago

It would be great to be able to get the return code (e.g. to style a button more obviously if a request failed) rather than just the red square/connection failure. I guess this would need to set another custom variable as multiple requests could be in flight simultaneously.