lifeemotions / knx.net

KNX.net provides a KNX API for .NET
MIT License
101 stars 47 forks source link

Public function to check if a group address is valid #60

Open FalcoGer opened 5 years ago

FalcoGer commented 5 years ago

It'd be nice to have a function to check wether a given address is valid or not.

There is KnxHelper.GetAddress, but that only throws exceptions, and that class is marked internal.