Código infravermelho para desligar AC Samsung

I am using the sketch IRrecvDump the official Arduino library to capture the IR codes from the remote control of an air-conditioning Samsung ASV24PSBTNXAZ. All codes that captured the temperatures have 234 pulse times in the RAW format, but the codes to turn off and on have only 94.

Code to 23 °C:
27774 450 -17750 2900 -8900 400 -600 400 -1550 400 -600 350 -600 400 -600 400 -550 400 -600 400 -550 400 -600 400 -1600 350 -650 350 -600 400 -1550 400 -600 400 -600 350 -1600 350 -1600 400 -1550 400 -1550 400 -1550 400 -600 400 -550 400 -650 350 -600 400 -600 350 -650 350 -600 400 -600 350 -600 400 -600 400 -600 350 -600 400 -600 350 -600 400 -600 400 -600 350 -600 400 -550 400 -600 400 -550 450 -600 350 -650 350 -600 350 -650 400 -600 350 -600 400 -600 350 -600 400 -600 400 -600 350 -600 400 -600 350 -1600 400 -1550 400 -1550 400 -1600 400 -3000 2850 -8900 400 -1650 350 -600 350 -600 400 -600 400 -600 350 -600 400 -600 350 -600 400 -600 400 -1550 400 -550 400 -600 400 -550 450 -1600 350 -600 350 -1650 350 -600 400 -1550 400 -1600 350 -1600 350 -1600 350 -1600 400 -1550 400 -1550 400 -1550 400 -600 400 -600 350 -650 350 -1600 400 -1550 400 -1600 350 -600 400 -600 350 -600 400 -600 400 -550 400 -1550 400 -1550 450 -1550 400 -600 350 -1600 400 -1600 350 -600 400 -1550 400 -1600 350 -600 400 -600 350 -600 400 -600 400 -600 350 -600 400 -550 400 -1550 450 -1550 400 -1600 350 -1600 400

Code to turn off the AC:
0, 600, 350, 600, 400, 1550, 450, 550, 400, 1550, 400, 1600, 400, 550, 400, 1550, 400, 1550, 450, 1550, 400, 1550, 400, 1600, 350, 1600, 400, 1550, 400, 1550, 400, 600, 400, 600, 350, 600, 400, 1550, 400, 1550, 400, 1550, 450, 550, 400, 600, 400, 600, 350, 600, 400, 600, 400, 1550, 400, 1600, 400, 550, 400, 600, 400, 1550, 400, 1550, 400, 600, 400, 1500, 450, 1550, 400, 550, 450, 550, 400, 600, 400, 600, 350, 650, 350, 600, 400, 600, 400, 550, 400, 600, 400, 1550, 400, 1550, 400

The AC does not recognize the code to turn off only the code to change the temperature.
Does anyone know tell which section of the temperature code refers to shutdown?

Hi
Try to get more info about it by capturing all the frames and analyze them
Take a look how Recording and Decoding the IR Signal | A 0/1 Experimental