Authorization: Bearer ********************
{
"sn": "string",
"low_temperature": 0,
"low_temperature_hystersis": 0,
"is_open_low_temperature": true,
"low_temperature_trigger_type": 0,
"high_temperature": 0,
"high_temperature_hystersis": 0,
"is_open_high_temperature": true,
"high_temperature_trigger_type": 0,
"action_type": 0,
"low_temperature_idxs": "string",
"high_temperature_idxs": "string"
}
curl --location --request POST '/smartplug/temperature-protect' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "string",
"low_temperature": 0,
"low_temperature_hystersis": 0,
"is_open_low_temperature": true,
"low_temperature_trigger_type": 0,
"high_temperature": 0,
"high_temperature_hystersis": 0,
"is_open_high_temperature": true,
"high_temperature_trigger_type": 0,
"action_type": 0,
"low_temperature_idxs": "string",
"high_temperature_idxs": "string"
}'
{}