Clarify descriptions of lcn.address_to_device_id action (#140979)

Clarify descriptions of `lcn.address_to_device` action

Changes the wording of the action and field descriptions so there is less ambiguity for translations.
This commit is contained in:
Norbert Rittel 2025-03-20 09:26:39 +01:00 committed by GitHub
parent 9f68ac575d
commit 006dde435e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,19 +396,19 @@
}, },
"address_to_device_id": { "address_to_device_id": {
"name": "Address to device ID", "name": "Address to device ID",
"description": "Convert LCN address to device ID.", "description": "Converts an LCN address into a device ID.",
"fields": { "fields": {
"id": { "id": {
"name": "Module or group ID", "name": "Module or group ID",
"description": "Target module or group ID." "description": "Module or group number of the target."
}, },
"segment_id": { "segment_id": {
"name": "Segment ID", "name": "Segment ID",
"description": "Target segment ID." "description": "Segment number of the target."
}, },
"type": { "type": {
"name": "Type", "name": "Type",
"description": "Target type." "description": "Module type of the target."
}, },
"host": { "host": {
"name": "Host name", "name": "Host name",