Trumotion not enabling with luna command

When i send any trumotion command for instance this to set it to user mode:

luna-send -n 1 ‘luna://com.webos.settingsservice/setSystemSettings’ ‘{“category”:“picture”,“settings”:{“truMotionMode”:“user”}}’ ‘{}’ ; fi

it will change in menu but not actually have effect, it will be stuck on whatever setting i set it last manually. same if i send the off command, it will still be enabled even though the menu say it is off.

We do not guarantee the compatibility of webOS TV apps with webOS OSE resources. For webOS TV apps, please use webOS TV resources in this website only. Thank you.

oh my bad, thought this was the right place, just delete this topic then.
but if others have the same issue/question i found it out, you need to add “current_app”:true
so the full command would be:

luna-send -n 1 ‘luna://com.webos.settingsservice/setSystemSettings’ ‘{“category”:“picture”,“settings”:{“truMotionMode”:“off”},“current_app”:true}’

notice true is without "