not an issue, but I never submitted any code, so I'm trying this route... staying under the radar ;)
My use case: I set/unset locking status in automatically at 01:00 and 05:00 so the cat doesn't play catch-and-crunch with mice during the night under our bed.... and when I manually set the flap to 'out' because of [some reason], the script at 01:00 would override that with 'in' so the cat got out again. So I needed my script to check the locking status before setting, to include the status from before...
I thus frankensteined setLockMode.php and some stuff I gleaned from rcastberg/sure_petcare so I could read the locking status of my flap. The status includes some more data, so I tried some other stuff. This needs more interpretation and reality-alignment, but comes in handy.
not an issue, but I never submitted any code, so I'm trying this route... staying under the radar ;)
My use case: I set/unset locking status in automatically at 01:00 and 05:00 so the cat doesn't play catch-and-crunch with mice during the night under our bed.... and when I manually set the flap to 'out' because of [some reason], the script at 01:00 would override that with 'in' so the cat got out again. So I needed my script to check the locking status before setting, to include the status from before...
I thus frankensteined setLockMode.php and some stuff I gleaned from rcastberg/sure_petcare so I could read the locking status of my flap. The status includes some more data, so I tried some other stuff. This needs more interpretation and reality-alignment, but comes in handy.
What do you think. is this usable?