Honeywell Tuxedo Touch - Using Native API - Converting Home Assistant Code to SmartThings Groovy?

Hi all,
I know there is already a version of the Honeywell Tuxedo device which uses TotalConnect 2.0. However this requires paid service and it is only available in the US.

The Tuxedo Touch has a Native API which can be used so that we can bypass TotalConnect and go directly to the Alarm Panel.

The Total Connect verison of the device in ST is already created:

My programming skills are pretty bad, however I have found a device written for Home Assistant which harnesses the Native API, can anybody help adapt the Home Assistant (Python) Code to the SmartThings Code?

Maybe use the SmartThings code as a “base” then splice in the adapted code?

HA Code for using Native API:

Thanks in Advance!

The Honeywell Tuxedo API can be found here:

How would I impliment this into SmartThings/ActionTiles?