Trying to send http command that has json payload and needs the payload in the body like in the ddk example below. With the new custom device option in the app, is there a way to add a carriage return so that roomie sees it as the body option as below? The key in the app is Done when editing the line so it won’t insert a CR. Should I just do this on a mac?
My goal device command (would be entered in app custom device)
Also, the double quotes are getting converted to three decimal points, this is what is being received by the device being controlled. Tried escaping them or using " without success.
POST /devices/0/config/post.schema {…master_status…:{…preset…:0}}
Getting detailed encoding correct in a text field when you need exacting control over each byte is not likely to be the best path. You should import/export for changes and use Xcode or BBEdit as per the DDK to ensure proper encoding.