Skip to content

Commit

Permalink
fix: dispose response
Browse files Browse the repository at this point in the history
  • Loading branch information
jtalborough committed Dec 20, 2024
1 parent d24720b commit bbc0752
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 310 deletions.
69 changes: 68 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,68 @@
# epi-epiphan-pearl
# epi-epiphan-pearl
<!-- START Minimum Essentials Framework Versions -->
### Minimum Essentials Framework Versions

- 1.12.8
<!-- END Minimum Essentials Framework Versions -->
<!-- START Supported Types -->

<!-- END Supported Types -->
<!-- START Join Maps -->
### Join Maps

#### Digitals

| Join | Type (RW) | Description |
| --- | --- | --- |
| 1 | R | Recorder Online |
| 2 | R | Start Recording |
| 3 | R | Stop Recording |
| 4 | R | Pause Recording |
| 5 | R | Resume Recording |
| 6 | R | Extend Recording |
| 5 | R | Recording Is Paused |
| 6 | R | Recording Is In Progress |
| 20 | R | Next Recording Exists |

#### Serials

| Join | Type (RW) | Description |
| --- | --- | --- |
| 1 | R | Set Hostname |
| 11 | R | CurrentRecordingId |
| 12 | R | Recorder Name |
| 13 | R | CurrentRecordingStartTime |
| 14 | R | CurrentRecordingEndTime |
| 15 | R | CurrentRecordingLength |
| 16 | R | CurrentRecordingTimeRemaining |
| 21 | R | NextRecordingId |
| 22 | R | Recorder Name |
| 23 | R | NextRecordingStartTime |
| 24 | R | NextRecordingEndTime |
| 25 | R | NextRecordingLength |
<!-- END Join Maps -->
<!-- START Interfaces Implemented -->
### Interfaces Implemented

- IEpiphanPearlClient
- ICommunicationMonitor
<!-- END Interfaces Implemented -->
<!-- START Base Classes -->
### Base Classes

- ReconfigurableBridgableDevice
- DateTimeConverterBase
- JoinMapBaseAdvanced
- StatusMonitorBase
<!-- END Base Classes -->
<!-- START Public Methods -->
### Public Methods

- public string Delete(string path)
- public void setHost(string host)
- public void SetIpAddress(string hostname)
- public string Delete(string path)
- public void setHost(string host)
- public void SetOnlineStatus(bool isOnline)
- public void UpdateTimers()
<!-- END Public Methods -->
Loading

0 comments on commit bbc0752

Please sign in to comment.