applescript action to disable/enable named/other trigger

In regards to this thread requesting the same thing

Enable / Disable Specific Actions

I want a trigger to do an action to disable/enable a named trigger, (maybe it would require 2 seperate ones for disable/enable).

I put this into an applescript blocking action

tell application "BetterTouchTool"
update_trigger "my copied UUIE of the trigger" json "{"BTTEnabled" : 0 }"
end tell

didn't work

regular triggers are BTTEnabled, touchpad is BTTEnabled2, are named triggers something different?