docs: Doxy-API-et-diagramme-API #25
24
IOT/docs/diagram/class.puml
Normal file
24
IOT/docs/diagram/class.puml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user