浏览代码

Capitalized letters of Keys in JSON

master
git_brand 11 个月前
父节点
当前提交
34150c47dc
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3
    3
      FSRemotePowerSwitch.ino
  2. 1
    1
      sloeber.ino.cpp

+ 3
- 3
FSRemotePowerSwitch.ino 查看文件

@@ -64,9 +64,9 @@ void setup() {
* JSON for FSRemotePowerSwitch
*
* {
* "sender": "FSRemotePowerSwitch_PC" or "FSRemotePowerSwitch_AN",
* "cmd": "Version" or "Status_Relay" or "Power_Relay" or "Status_Cam" or "Power_Cam" or "Azimut_Cam" or "Zero_Cam",
* "val": "V0.0.1" or "On"/"Off" or "0"
* "Sender": "FSRemotePowerSwitch_PC" or "FSRemotePowerSwitch_AN",
* "Cmd": "Version" or "Status_Relay" or "Power_Relay" or "Status_Cam" or "Power_Cam" or "Azimut_Cam" or "Zero_Cam",
* "Val": "V0.0.1" or "On"/"Off" or "0"
* }
*
*/

+ 1
- 1
sloeber.ino.cpp 查看文件

@@ -2,7 +2,7 @@
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
//This file has been generated on 2024-02-29 21:19:17
//This file has been generated on 2025-01-15 20:10:44

#include "Arduino.h"
#include "Arduino.h"

正在加载...
取消
保存