Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Web Server] Get embedded server config #219

Closed
edimossilva opened this issue Jun 20, 2024 · 1 comment · Fixed by #237
Closed

[Web Server] Get embedded server config #219

edimossilva opened this issue Jun 20, 2024 · 1 comment · Fixed by #237
Assignees

Comments

@edimossilva
Copy link
Member

edimossilva commented Jun 20, 2024

  header {
     Authorization: "asfiuhdiuadsfgyyadsifadf"
  }
{
  sensors: [
    {
        id: 1, 
        sensor_type: "temperature",
        min: 23,
        max: 30
    },
    {
        id: 2, 
        sensor_type: "water_level"
    },
  ],
  actuators: [
    {
        id: 3, 
        actuator_type: "fan"
    },
 {
        id: 4, 
        actuator_type: "water_pump"
    },

  ]
}
@edimossilva
Copy link
Member Author

#214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant