Skip to content

Commit

Permalink
Add register type to Modbus climate docs (home-assistant#12116)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzahradnik authored Feb 18, 2020
1 parent 92a6f29 commit 02a8999
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_integrations/climate.modbus.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ current_temp_register:
description: Register number for current temperature (Process value).
required: true
type: integer
current_temp_register_type:
description: Modbus register type (holding, input) for current temperature, default holding.
required: false
type: string
default: holding
data_type:
description: Response representation (int, uint, float, custom). If float selected, value will converted to IEEE 754 floating point format.
required: false
Expand Down

0 comments on commit 02a8999

Please sign in to comment.