Siddharth Chandrasekaran
Siddharth Chandrasekaran
Hi @sebastianedse, Sorry about the long wait. I tried reproducing this issue and failed. Can you please post some logs when you encounter this issue? Also, is there any other...
Closing as not reproducible. If you have more details, feel free to re-open this issue.
Sorry about the terse issue description; I was too sleepy then and did a sloppy job :) Fixed that now by editing the original comment for better visibility.
Make sense, thanks for the explanation.
Thanks @urob. I was watching that PR. Will give this a try soon and report back.
Works exactly as I wanted. Thank you very much.
@elanto-dev The temporary control code 1 is a request to cancel any other temporary LED activity that might be ongoing (from a previous command). You can read about it in...
Please check if this following workaround helps (In your permanent LED command, you should see an additional boolean `cancel_temporary`). ```patch diff --git a/python/osdp_sys/data.c b/python/osdp_sys/data.c index 75490aa..a62ba7e 100644 --- a/python/osdp_sys/data.c +++...
@aaronjamt Thanks for the detailed issue description. There is a slight variation in call path when platformIO is used. - `osdp_millis_now()` is defined as a [weak symbol](https://github.com/goToMain/libosdp/blob/master/src/osdp_common.h#L438). - For platformIO,...