working commit

This commit is contained in:
2026-05-17 12:41:25 +02:00
parent cfb8329741
commit f0aa8a7ff2
5 changed files with 55 additions and 26 deletions
+1
View File
@@ -22,6 +22,7 @@ public:
std::expected<void, std::string> Down(void);
std::expected<std::string, std::string> Read(void);
std::expected<int, std::string> Write(std::string payload);
~Interface();
};