I am trying to design a remote control for my garage door and I need to develop a low power remote control that talks to my Thread garage receiver.
I have looked into OpenThread node roles/types and the one closest to what I need seems to be "Sleepy End Device". However this requires for the sleepy device to poll its parent every once in a while and that ruins my design. Altough I can set this to a very long time interval it is not enough if I am away from home during, for example 1 month.
Is there a better option using Thread?