mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add int8 and uint8. (#21699)
This commit is contained in:
parent
68fb22f48b
commit
511c3a566c
@ -289,7 +289,7 @@ modbus:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
data_type:
|
data_type:
|
||||||
description: Response representation (int16, int32, int64, uint16, uint32, uint64, float16, float32, float64, string). `int/uint`are silently converted to `int16/uint16`.
|
description: Response representation (int8, int16, int32, int64, uint8, uint16, uint32, uint64, float16, float32, float64, string). `int/uint`are silently converted to `int16/uint16`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: int16
|
default: int16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user