mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
global cleaning, restructure
This commit is contained in:
13
include/Utils/JsonUtils.h
Normal file
13
include/Utils/JsonUtils.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
String jsonReadStr(String& json, String name);
|
||||
|
||||
int jsonReadInt(String& json, String name);
|
||||
|
||||
String jsonWriteStr(String& json, String name, String volume);
|
||||
|
||||
String jsonWriteInt(String& json, String name, int volume);
|
||||
|
||||
String jsonWriteFloat(String& json, String name, float volume);
|
||||
Reference in New Issue
Block a user