Skip to content

Commit befc5c4

Browse files
authored
Merge pull request #10 from DaveL17/master
Bug Fixes and Performance Enhancements
2 parents 0876dc7 + e1eec80 commit befc5c4

24 files changed

Lines changed: 610 additions & 453 deletions
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- macOS Version: [e.g. Sequoia 15.1]
28+
- Plugin Version: [e.g. 2024.1.0]
29+
- Indigo Version [e.g. 2024.1]
30+
31+
**Additional context**
32+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.gitignore

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

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "tests/shared"]
2+
path = tests/shared
3+
url = https://github.com/IndigoDomotics/TestingBase.git
4+
branch = main

Adapters.indigoPlugin/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>PluginVersion</key>
6-
<string>2024.1.0</string>
6+
<string>2025.2.1</string>
77
<key>ServerApiVersion</key>
88
<string>3.2</string>
99
<key>CFBundleDisplayName</key>

Adapters.indigoPlugin/Contents/Server Plugin/Actions.xml

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

Adapters.indigoPlugin/Contents/Server Plugin/MenuItems.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<PluginConfig>
33
<SupportURL>https://www.indigodomo.com/pluginstore/100/</SupportURL>
4-
<Template file="templates/template_debugging.xml"/>
4+
<Template id="debug_template" file="templates/template_debugging.xml"/>
55
</PluginConfig>

Adapters.indigoPlugin/Contents/Server Plugin/Tests/__init__.py

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

Adapters.indigoPlugin/Contents/Server Plugin/Tests/test_plugin.py

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

0 commit comments

Comments
 (0)