diff --git a/lib/api/GwApi.h b/lib/api/GwApi.h index 591844b..ae18bd0 100644 --- a/lib/api/GwApi.h +++ b/lib/api/GwApi.h @@ -26,6 +26,9 @@ class GwApi{ const String & getName() const{ return name; } + const String & getFormat() const{ + return format; + } }; /** * thread safe methods - can directly be called from a user task