From f8b6109e119c4c862938792b6a66ada0de3da966 Mon Sep 17 00:00:00 2001 From: Adam Pasztor Date: Mon, 23 Sep 2024 13:50:46 +0200 Subject: [PATCH] Extend ADS Sensor documentation (#34665) --- source/_integrations/ads.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/ads.markdown b/source/_integrations/ads.markdown index c7ef4399a40..45f9852f903 100644 --- a/source/_integrations/ads.markdown +++ b/source/_integrations/ads.markdown @@ -145,7 +145,7 @@ name: ## Sensor -The `ads` sensor platform allows reading the value of a numeric variable on your ADS device. The variable can be of type *INT*, *UINT*, *BYTE*, *DINT* or *UDINT*. +The `ads` sensor platform allows reading the value of a numeric variable on your ADS device. The variable can be of type *BOOL*, *BYTE*, *INT*, *UINT*, *SINT*, *USINT*, *DINT*, *UDINT*, *WORD*, *DWORD*, *REAL*, or *LREAL*. To use your ADS device, you first have to set up your [ADS hub](#configuration) and then add the following to your {% term "`configuration.yaml`" %} file: @@ -166,7 +166,7 @@ adsvar: type: string adstype: required: false - description: The datatype of the ADS variable, possible values are int, uint, byte, dint, udint. + description: The datatype of the ADS variable, possible values are bool, byte, int, uint, sint, usint, dint, udint, word, dword, real and lreal. default: int type: string name: