Having trouble changing Owntracks mode with command_broadcast_intent notification

I’m trying to use a notification command to change Owntracks’ monitoring mode when my wifi state changes. This is how my service call is set up. I have tried it with and without quotes on each value and I have tried the intent extra data type as int, double, string and nothing. The companion app is definitely receiving the command and according to the logs seems to be broadcasting the intent but nothing happens. No change in Owntracks and no obvious error message showing anywhere.

I know that Owntracks is capable of receving intents because I have had this working with Tasker broadcasting the intent. Here is the Owntracks intent documentation for reference.

Can someone please help me find what I’m doing wrong here?