{
"positions": [
1,
2,
3
],
"state": true
}
curl --location -g --request POST 'http://localhost/v2/wifi_change_in_bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"positions": [
1,
2,
3
],
"state": true
}'
{
"status": true,
"msg": "Sent toggle WIFI to ON successfully. Please wait up to 15s to effect!"
}