1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/ads/strings.json
2025-10-28 10:33:10 +01:00

23 lines
568 B
JSON

{
"services": {
"write_data_by_name": {
"description": "Write a value to the connected ADS device.",
"fields": {
"adstype": {
"description": "The data type of the variable to write to.",
"name": "ADS type"
},
"adsvar": {
"description": "The name of the variable to write to.",
"name": "ADS variable"
},
"value": {
"description": "The value to write to the variable.",
"name": "Value"
}
},
"name": "Write data by name"
}
}
}