docs: Doxy-API-et-diagramme-API #25

Merged
Clement merged 5 commits from docs/Doxy-API-et-diagramme-API into master 2023-04-11 11:53:43 +00:00
Showing only changes of commit 62651ca606 - Show all commits

View File

@ -0,0 +1,24 @@
@startuml Class Diagram
Class API {
- user: String
- password: String
- serveurHost: String
- https: bool
- client: WiFiEspClient*
- connect(): bool
+ API(user: String, password: String, host: String, https: bool = true)
+ wifiBegin(wifiId: String, wifiPass: String, espSerial: Stream*): bool
+ sendValue(val: String, pouvelleID: String, unit: String, full: bool): bool
}
Class Program {
+ Program ()
+ setup()
}
@enduml