Value is not actually a member of a Set package

This commit is contained in:
Jarno Westhof
2022-03-31 11:39:58 +02:00
committed by Fabian Dill
parent 098d939653
commit aab477b874

View File

@@ -336,7 +336,6 @@ Used to write data to the server's data storage, that data can then be shared ac
| Name | Type | Notes | | Name | Type | Notes |
| ------ | ----- | ------ | | ------ | ----- | ------ |
| key | str | The key to manipulate. | | key | str | The key to manipulate. |
| value | any | The new value for the key. |
| default | any | The default value to use in case the key has no value on the server. | | default | any | The default value to use in case the key has no value on the server. |
| want_reply | bool | If set, the server will send a [SetReply](#SetReply) response back to the client. | | want_reply | bool | If set, the server will send a [SetReply](#SetReply) response back to the client. |
| operations | list\[[DataStorageOperation](#DataStorageOperation)\] | Operations to apply to the value, multiple operations can be present and they will be executed in order of appearance. | | operations | list\[[DataStorageOperation](#DataStorageOperation)\] | Operations to apply to the value, multiple operations can be present and they will be executed in order of appearance. |