Browse Source

Capitalized letters of Keys in JSON

master
git_brand 11 months ago
parent
commit
34150c47dc
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      FSRemotePowerSwitch.ino
  2. 1
    1
      sloeber.ino.cpp

+ 3
- 3
FSRemotePowerSwitch.ino View File

* JSON for FSRemotePowerSwitch * 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 View File

//This is a automatic generated file //This is a automatic generated file
//Please do not modify this file //Please do not modify this file
//If you touch this file your change will be overwritten during the next build //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"
#include "Arduino.h" #include "Arduino.h"

Loading…
Cancel
Save