Skip to content

Commit 65b9176

Browse files
committed
dev6
1 parent 21c1bc1 commit 65b9176

File tree

125 files changed

+2
-7929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2
-7929
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "streamdeck_sdk"
7-
version = "1.2.0.dev4"
7+
version = "1.2.0.dev6"
88
authors = [
99
{ name = "Grigoriy Gusev", email = "thegrigus@gmail.com" },
1010
]

setup.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/streamdeck_sdk/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
from .sd_objs import events_received_objs, events_sent_objs, registration_objs
44
from .sdk import StreamDeck, Action
55
from .utils import image_file_to_base64, image_bytes_to_base64, in_separate_thread
6-
7-
try:
8-
from streamdeck_sdk_pi import property_inspector
9-
except Exception:
10-
pass

src/streamdeck_sdk/sd_objs/events_sent_objs/log_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class LogMessagePayload(BaseModel):
99

1010

1111
class LogMessage(BaseModel):
12-
"""
12+
r"""
1313
The plugin and Property Inspector can use the logMessage event to write a debug message to the logs file.
1414
* Logs are saved to disk per plugin in the folder ~/Library/Logs/ElgatoStreamDeck/ on macOS
1515
and %appdata%\Elgato\StreamDeck\logs\ on Windows. Note that the log files are rotated each time

streamdeck_sdk/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

streamdeck_sdk/event_routings.py

Lines changed: 0 additions & 59 deletions
This file was deleted.
-635 KB
Binary file not shown.
-326 KB
Binary file not shown.

streamdeck_sdk/executable/assets/base_project/com.bestdeveloper.mytestplugin.sdPlugin/assets/category_icon.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)