Skip to content

Commit

Permalink
pt-example / thermal_zone typo fix
Browse files Browse the repository at this point in the history
Thermal zones are with an underscore.
  • Loading branch information
JanneKiiskila committed Feb 21, 2023
1 parent ef357af commit a957bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ client API.
This example creates three mediated devices and registers then to
Device Management. There are two temperature sensors and one thermometer. The
`cpu-temperature` device is created only if the underlying operating system
provides CPU temperature values from the `/sys/class/thermal/thermalzone[N]` file.
provides CPU temperature values from the `/sys/class/thermal/thermal_zone[N]` file.
Otherwise the CPU temperature values are random values.
The reset operation is supported for the `cpu-temperature` and it can be
triggered by sending a `POST` operation from Device Management to that resource. Also
Expand Down

0 comments on commit a957bd5

Please sign in to comment.