remove loop, cleanup

- removed deprecated recorder.loop
- placed methods before hidden properties for readability
- added a couple mode tests for good measure
This commit is contained in:
pblivingston
2025-12-03 03:31:30 -05:00
parent e42862c32d
commit ab4baa5c44
3 changed files with 48 additions and 75 deletions

View File

@@ -15,6 +15,8 @@ AddActionMembers now adds ScriptMethods instead of ScriptProperties:
- See Command section of README for details on using special commands
- See Recorder section of README for details on using playback/record actions
Deprecated Recorder.Loop removed: use Recorder.Mode.Loop
### Added
- IRemote base class