Troy Garner

Results 8 comments of Troy Garner

![image](https://github.com/riok/Kreya/assets/14263968/af1d3461-d5e4-476b-9bb1-cf4cf6562ed0)

Yeah I'm using the Open Operation (Ctrl + O) shortcut. From your screenshot, why is it highlighting the R in the beginning? That shouldn't match for the "SetAlarm" character sequence.

It's definitely a bug in the Crestron SDK because the content source is being set to string for every other method except GET. DELETE probably could've been added to that...

> > It's definitely a bug in the Crestron SDK because the content source is being set to string for every other method except GET. DELETE probably could've been added...

Are you trying to send an empty string for the content of your PUT request?

> A quick follow up, I created a project and sent to support to recreate the problem. I confirm that the content-length is missing in the PUT requests. You can...

Here's some example code with a minimal level of abstraction for simplicity. (I wrote this as a normal console application since it's easier to toy with the code when you...

@andrew-welker There may be some inherent benefits if the database was structured properly. For instance, now you could have commands or methods that retrieve stored debug messages of a certain...