[boschindego] Fix footnotes (#13222)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-08-06 08:44:48 +02:00 committed by GitHub
parent 8e5c2455e8
commit 11cf3ca86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,15 +28,16 @@ Currently the binding supports ***indego*** mowers as a thing type with these
| mowed | Dimmer | Cut grass in percent | | | mowed | Dimmer | Cut grass in percent | |
| lastCutting | DateTime | Last cutting time | | | lastCutting | DateTime | Last cutting time | |
| nextCutting | DateTime | Next scheduled cutting time | | | nextCutting | DateTime | Next scheduled cutting time | |
| batteryVoltage | Number:ElectricPotential | Battery voltage reported by the device [^1] | | | batteryVoltage | Number:ElectricPotential | Battery voltage reported by the device<sup>1</sup> | |
| batteryLevel | Number | Battery level as a percentage (0-100%) [^1] | | | batteryLevel | Number | Battery level as a percentage (0-100%)<sup>1</sup> | |
| lowBattery | Switch | Low battery warning with possible values on (low battery) and off (battery ok) [^1] | | | lowBattery | Switch | Low battery warning with possible values on (low battery) and off (battery ok)<sup>1</sup> | |
| batteryTemperature | Number:Temperature | Battery temperature reported by the device [^1] | | | batteryTemperature | Number:Temperature | Battery temperature reported by the device<sup>1</sup> | |
| gardenSize | Number:Area | Garden size mapped by the device | | | gardenSize | Number:Area | Garden size mapped by the device | |
| gardenMap | Image | Garden map created by the device [^2] | | | gardenMap | Image | Garden map created by the device<sup>2</sup> | |
[^1]: This will be updated every six hours when the device is idle. It will wake up the device, which can include turning on its display. When the device is active or charging, this will be updated every two minutes. <sup>1)</sup> This will be updated every six hours when the device is idle. It will wake up the device, which can include turning on its display. When the device is active or charging, this will be updated every two minutes.
[^2]: This will be updated as often as specified by the `stateActiveRefresh` thing parameter.
<sup>2)</sup> This will be updated as often as specified by the `stateActiveRefresh` thing parameter.
### State Codes ### State Codes