diff --git a/src/rpcmethods/property.md b/src/rpcmethods/property.md index 2c66d5b..94e6116 100644 --- a/src/rpcmethods/property.md +++ b/src/rpcmethods/property.md @@ -18,7 +18,7 @@ table | Name | SHV Path | Flags | Param Type | Result Type | Access | |-------|----------|--------|------------|-------------|--------| -| `get` | Any | Getter | `i(0,)\|n` | `?` | Read | +| `get` | Any | Getter | `!get` | `?` | Read | This method is used for getting the current value associated with SHV path. Every property node needs to have `get` method and every node with `get` method diff --git a/src/rpctypes.md b/src/rpctypes.md index cccabd6..30d8a27 100644 --- a/src/rpctypes.md +++ b/src/rpctypes.md @@ -374,6 +374,11 @@ descriptions. ``` i{s:name:1,u[b:isGetter:1,b:isSetter,b:largeResult,b:notIndempotent,b:userIDRequired,b:isUpdatable]|n:flags,s|n:paramType,s|n:resultType,i(0,63):accessLevel,{s|n}:signals,{?}:extra:63} ``` +* `!get` is parameter of [`*:get` method](./rpcmethods/property.md#get). + Its expanded form is: + ``` + i(0,)|n + ``` * `!alert` is result of [`.device/alerts:get` method](./rpcmethods/device.md#devicealertsget) and value of [`.device/alerts:get:chng`