I was trying to control my AC using Siri without unlocking the device, the best way was to use RestAPI requests, as this device is not Matter or HomeKit supported (even google home support is limited).
If it exists, can someone help me provide the request body for the same?
The other way is by knowing the exact OCF href & string with possible {key: value}. I tried using a few network packet sniffer apps on my phone, but wasn’t able to find the request body, I also tried polling (https://api.smartthings.com/v1/devices/xyz) with a PAT, but even that didn’t reveal any changes when I checked the diff of both status condition.
If anyone has this device, or know this device, can they help me in this?
Your best bet is to look in the ST Advanced Web App and look if there is a command to set those modes or if those modes are exposed as a capability. If so, you can either issue the command or set the value for the capability in the AWA web interface and use browser developer tools to see what is being sent to the ST API.