Skip to content

Commit

Permalink
Merge pull request #44 from Cynerd/history-value-fix
Browse files Browse the repository at this point in the history
rpcmethods/history: value should not be String
  • Loading branch information
fvacek authored Sep 18, 2024
2 parents 0860b0e + 093cc25 commit b12b1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rpcmethods/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ The call provides list of records. Every record is *IMap* with following fields:
`"chng"`.
* `4`(*source*): *String* with signal's associated method name. The default if
not specified is `"get"`.
* `5`(*value*): *String* with signal's value (parameter). The default if not
* `5`(*value*): with signal's value (parameter). The default if not specified is
`null`.
specified is `null`.
* `6`(*accessLevel*): *Int* with signal's access level. The default if not
specified is *Read*.
Expand Down Expand Up @@ -267,8 +268,7 @@ The rest of the file must contain *List*s with following columns:
* *signal*: *String* with signal name. The default if not specified is `"chng"`.
* *source*: *String* with signal's associated method name. The default if not
specified is `"get"`.
* *value*: *String* with signal's value (parameter). The default if not
specified is `null`.
* *value*: signal's value (parameter). The default if not specified is `null`.
* *accessLevel*: *Int* with signal's access level. The default if not specified
is *Read*.
* *userId*: *String* with `UserId` carried by signal message. The default if not
Expand Down

0 comments on commit b12b1d2

Please sign in to comment.