From 741b47e14f239d9bc4855d0e22fabb3ec04c1124 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Jul 2020 09:43:02 -0700 Subject: [PATCH] OZW usercode documentation revision (#13960) --- source/_integrations/ozw.markdown | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/_integrations/ozw.markdown b/source/_integrations/ozw.markdown index 7c96a8baed4..de336d5f721 100644 --- a/source/_integrations/ozw.markdown +++ b/source/_integrations/ozw.markdown @@ -68,21 +68,21 @@ this operation. ### Service `ozw.set_usercode` -This service will set the usercode to X at code_slot Y. +This service will set the usercode to X at code slot Y. Valid usercodes are at least 4 digits. -| Service Data Attribute | Required | Description | -| ---------------------- | -------- | --------------------------------------- | -| `entity_id` | yes | Lock entity to set the usercode. | -| `code_slot` | yes | The code slot to set the usercode into. | -| `usercode` | yes | The code to set in the slot. | +| Service Data Attribute | Required | Description | +| ---------------------- | -------- | ---------------------------------------------------- | +| `entity_id` | no | Lock entity or list of entities to set the usercode. | +| `code_slot` | yes | The code slot to set the usercode into. | +| `usercode` | yes | The code to set in the slot. | ### Service `ozw.clear_usercode` -This service will clear the usercode in code_slot X. -Valid code_slots are 1-254. +This service will clear the usercode in code slot X. +Valid code slots are between 1-254. -| Service Data Attribute | Required | Description | -| ---------------------- | -------- | ----------------------------------------- | -| `entity_id` | yes | Lock entity to clear the usercode. | -| `code_slot` | yes | The code slot to clear the usercode from. | +| Service Data Attribute | Required | Description | +| ---------------------- | -------- | ------------------------------------------------------ | +| `entity_id` | no | Lock entity or list of entities to clear the usercode. | +| `code_slot` | yes | The code slot to clear the usercode from. |