Contribution - LG ThinQ Binding

How to define things declaratively? I have the Bridge up and running and can add devices there as things via UI, but would need to add those via things file instead (due to version control/backup purposes). What parameters does the Thing require? I have tried guessing different property names but haven’t beeen able to figure out.

Here’s a working Bridge definition and under that some attempts for the things that do not work.

Bridge lgthinq:bridge:df7c4e9d43 "LG ThingQ Bridge" [ country="--", manualCountry="FI", language="--", manualLanguage="fi-FI", username="xyz@xyz.com", password="zyx" ] 
{
    // Thing 201 WashingMachine "Washing machine" [deviceId="7971c6e1-044a-1a55-9cb4-805b65a18bfc"]
    Thing 202 Dryer "Dryer" [UID="7971c6e8-044a-1a55-9cb4-805b65a16bfc"]
}