openhab / openhab-core

Core framework of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
930 stars 428 forks source link

[thing] Add toString overrides to ThingImpl & BridgeImpl #4382

Closed florian-h05 closed 2 months ago

florian-h05 commented 2 months ago

This is nice to have when working with Things in scripts.

I have chosen to not include the config because the config might include sensitive data like passwords.

florian-h05 commented 2 months ago

So maybe just as a code comment in ThingImpl.java?

Done :+1:

holgerfriedrich commented 2 months ago

LGTM, thanks