1#ifndef SENSESP_SIGNALK_SIGNALK_METADATA_H_
2#define SENSESP_SIGNALK_SIGNALK_METADATA_H_
4#include <ArduinoJson.h>
51 SKMetadata(
const String& units,
const String& display_name =
"",
52 const String& description =
"",
const String& short_name =
"",
53 float timeout = -1.0,
bool supports_put =
false);
65 virtual void add_entry(
const String& sk_path, JsonArray& meta);