Skip to content

Commit 9d116a9

Browse files
committed
Added a section to the README "How to use Documentation if it is not written?"
1 parent fa89191 commit 9d116a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ Next in the
105105
method [self.send](https://github.com/gri-gus/streamdeck-python-sdk/blob/27652ed919cb85b94e91258487a2d2aba6087466/src/streamdeck_sdk/mixins.py#L16)
106106
the pydantic object is converted to json and sent to Property Inspector.
107107

108-
### What is `payload`?
108+
**What is `payload`?**
109109

110110
It's any `dict` you want. But there is a condition, it must be convertible to json.
111111

112-
### How Property inspector does receive payload data?
112+
**How Property inspector does receive payload data?**
113113

114114
To answer this question, you need to look at the source
115115
code [streamdeck-javascript-sdk](https://github.com/elgatosf/streamdeck-javascript-sdk). As I understand, in their sdk

0 commit comments

Comments
 (0)