I am trying to use the hub.set on:true to temporarily turn on continuous mode. But it doesn’t seem to be working. My command is
{“req”:“hub.set”,“on”:true,“seconds”:300}
to which I get the reply
{}
which doesn’t indicate any kind of error, but I don’t get any indication of a change of mode on Notehub, and I still get session events set to {“why”:“periodic inbound sync due”}.
The initial hub set command is
{“req”:“hub.set”,“product”:“xxxxx”,“sn”:“xxxxx”,“mode”:“periodic”,“sync”:false,“inbound”:3,“outbound”:3}
Am I misunderstanding how the feature works?