docs: Fix typos
This commit is contained in:
parent
b98174c7da
commit
bd94b295ac
2 changed files with 4 additions and 5 deletions
2
main.go
2
main.go
|
|
@ -57,7 +57,7 @@ func main() {
|
|||
http.HandleFunc("/state/open",
|
||||
handlers.StateOpen(conf.Credentials, conf.Dynamic.State.Open.AllowedCredentials, &conf.Response.State),
|
||||
)
|
||||
// Register handlers for Environmental Sensors
|
||||
// Register handlers for environmental sensors
|
||||
for sensorType, envSensorConfigs := range conf.Dynamic.Sensors {
|
||||
for i, envSensorConfig := range envSensorConfigs {
|
||||
urlPath := util.GetSensorURLPath(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue