Return value of .getConfig()

Hi hackers,

I have a config parameter in thing-types.xml that has required=“false” set and I leave it blank when configuring a thing. If I query this from ThingHandler with .getConfig().get(PARAMETER) what does it return? Maybe null?

/Miika