Hi How do we turn off / disable WiFi on the Cellular+ WiFi notecard so only cellular connection is attempted/ utilized
Hi @kssgill and welcome to the Blues community!
Check out the card.transport API. Specifically this command will only enable cellular on the Notecard:
{
"req": "card.transport",
"method": "cell"
}
Thanks,
Rob
1 Like