My card.motion.mode request is: (I printed it out and the JSON came out in this order)
{‘seconds’: 15, ‘start’: True, ‘sensitivity’: 3, ‘motion’: 1, ‘req’: ‘card.motion.mode’}
And the response is:
{‘crc’: ‘0006:31D2856B’, ‘start’: True, ‘seconds’: 15, ‘motion’: 1}
The documentation says that an empty object {}
means success. Is the sensitivity not being set?
I did see a post back in 2020 about sensitivity not being returned. But I’m just confused about that and the documentation on the return JSON.
Thanks,
Joe