Zwave .things file syntax

Hi all,
I consider myself quite an experienced user.
I am contributing to enhance some existing bindings (added several hundred commands to the xbmc binding, etc), so I know how to write and read Java code.

But, really, I tried hard, but I couldn’t find any way to configure the Zwave Things file.

@Kai, I appreciate your interest in this matter.
While the general syntax is defined, the items inside the square brackets aren’t.
So this is what I mean when I say that the syntax is not the same.
Maybe I am using the wrong words, but the concept is that.

So for the Bridge and for the Thing we need some example to start with.
For example, for a Bridge, do I need to use all these settings?:
[port="/dev/ttyACM0", controller_softreset="false", controller_master="true", security_networkkey="00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF"]
And for the Thing, in some examples I saw users using [zwave_nodeid="5"], in others [NodeID="5"] or even [zwave_nodeid="5", config_1_1="0"].
What is the correct one?

Because all combination that I tested do not work.

And there are other users asking for help with no answers:

So what I am asking is just one working configuration, then for sure we will be able to populate the wiki by ourselves like it has been done with the OH1 zwave configuration examples.

BTW, thanks for all the efforts put in the project.