ATTN pin trigger in wifi-ntn mode

Hi, I have a question regarding use of the ATTN pin when in ntn mode.

I understand that hub.sync is required to update & synchronize the notecard with the notehub before the ATTN will trigger. I have this working fine in ‘wifi’ mode.

When out of wifi (or cellular) range and the mode reverts to ‘ntn’, will hub.sync still work to allow the ATTN bit to trigger?

Regards, Rich

1 Like

Hi @richf,

Yes, this scenario works the same when using Starnote. When checking for inbound Notes/env vars, be sure to use the in:true argument of your hub.sync request when using Starnote (when using cell/wifi this arg is optional but works the same):

{"req":"hub.sync", "in":true}