diff --git a/.env b/.env index 02668c4..78a7f97 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -export API_NODE=10.0.1.53 \ No newline at end of file +export API_NODE=10.0.1.60 \ No newline at end of file diff --git a/api/openapi.yaml b/api/openapi.yaml index 09f5c89..ef3e105 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -654,10 +654,6 @@ components: description: Action attempted (if applicable) example: "invalid_action" - securitySchemes: - # Currently no authentication required - # This section can be expanded when authentication is implemented - tags: - name: Task Management description: Operations for monitoring and controlling background tasks diff --git a/ctl.sh b/ctl.sh index 4fc0a16..992ffb9 100755 --- a/ctl.sh +++ b/ctl.sh @@ -25,11 +25,7 @@ function flash { echo "Flashing firmware for $1..." pio run --target upload -e $1 } - function all { - target esp01_1m - target d1_mini - } - ${@:-all} + ${@:-info} } function ota { diff --git a/src/ApiServer.h b/include/ApiServer.h similarity index 100% rename from src/ApiServer.h rename to include/ApiServer.h diff --git a/src/ClusterManager.h b/include/ClusterManager.h similarity index 100% rename from src/ClusterManager.h rename to include/ClusterManager.h diff --git a/src/NetworkManager.h b/include/NetworkManager.h similarity index 100% rename from src/NetworkManager.h rename to include/NetworkManager.h diff --git a/src/NodeContext.h b/include/NodeContext.h similarity index 100% rename from src/NodeContext.h rename to include/NodeContext.h diff --git a/src/NodeInfo.h b/include/NodeInfo.h similarity index 100% rename from src/NodeInfo.h rename to include/NodeInfo.h