Skip to content

ESH Constants Maven Plugin 0.1.12

Latest
Compare
Choose a tag to compare
@fabian-schlegel fabian-schlegel released this 03 Feb 15:08
· 97 commits to main since this release
  • Drop ChannelUIDs from contants class
    • The ChannelUIDs are not constants, they are different for each Thing. In fact, the generated code did not even compile because there is no constructor in ChannelUID that takes a ThingTypeUID and a String.

    • The only reason no one has noticed that before is because, due to a bug, they don't get generated when the channels are in groups, so it has never been used. That's another good reason to remove them.