1#ifndef SENSP_SRC_SENSESP_SIGNALK_SIGNALK_TIME_H_
2#define SENSP_SRC_SENSESP_SIGNALK_SIGNALK_TIME_H_
12 SKOutputTime(
const String& sk_path,
const String& config_path =
"");
14 virtual bool to_json(JsonObject& doc)
override;
15 virtual bool from_json(
const JsonObject& config)
override;
A class that produces Signal K output to be forwarded to the Signal K server (if the system is connec...
SKOutputTime(const String &sk_path, const String &config_path="")
virtual bool from_json(const JsonObject &config) override
virtual bool to_json(JsonObject &doc) override
virtual void as_signalk_json(JsonDocument &doc) override
Consumes a time_t time object and produces a human readable string of the time for UTC in ISO 8601 fo...
const String ConfigSchema(const SmartSwitchController &obj)