From 0084b6fb9148adb9ddec1affa7f981728ddf2b0e Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Thu, 29 Feb 2024 08:39:05 +0700 Subject: [PATCH] fix: update cloud sync json `noxIndex` by `nox_index` --- examples/ONE_I-9PSL/ONE_I-9PSL.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ONE_I-9PSL/ONE_I-9PSL.ino b/examples/ONE_I-9PSL/ONE_I-9PSL.ino index 550d3fa..74dde97 100644 --- a/examples/ONE_I-9PSL/ONE_I-9PSL.ino +++ b/examples/ONE_I-9PSL/ONE_I-9PSL.ino @@ -971,7 +971,7 @@ static String getServerSyncData(bool localServer) { root["tvoc_raw"] = tvocRawIndex; } if (noxIndex >= 0) { - root["noxIndex"] = noxIndex; + root["nox_index"] = noxIndex; } } if (hasSensorSHT) {