Trouble turning off High Accuracy Mode

This morning I was doing some testing with turning on and turning off High Accuracy Mode on my Galaxy s9+. I wasn’t able to get it to work using turn_on or turn_off however I was able to enable/disable it using force_on and force_off.

Now that I’ve created an automation to automatically enable/disable High Accuracy Mode the sensor is showing it’s constantly on.

I was able to get some logs from the companion app but I’m not sure what to do.

06-14 11:11:23.860  3232  3232 D MessagingService: Processing device command
06-14 11:11:23.864  3232  3232 D LocBroadcastReceiver: High accuracy mode forced off
06-14 11:11:23.878  3232 22195 D LocBroadcastReceiver: Forcing off of high accuracy mode disabled, because high accuracy mode had to be disabled anyway.

Of course just after posting I was able to get High Accuracy Mode to turn off.

I had to send command force_on. Logs confirmed that it was already on due to the force_on command previously being sent.
I then sent the force_off command. Logs showed it process and confirmed High Accuracy Mode is now off.