Skip to content

Commit

Permalink
0.0.26
Browse files Browse the repository at this point in the history
Add pluginConfig option for unicast scanning of a single IP address for device creation.
Useful with multicast fails to find device without power cycle
Update images

0.0.25
Re-Add MRP support, IF device supports it - without it PowerState Reporting fails/is not reliable.  It seems that MRP state is being depreciated by apple so may go completely in future.
More debug logging of service setup.

0.0.24
Remove support for MRP disabled in OS16 and causes authenciation failures

0.0.23
Move to unicast connection for those devices that have a IP
(may help with intermittent connection issues)
Alternate back to multicast after 3 failures.
Messaging around commands being sent with arguments when they shouldnt
Move back to standard indigo file Logging given issue resolved.

0.0.22
Fix the debug/pyatv not changing until restart

0.0.21
Fix reconnection/device disconnected issues with better handling of disconnect/reconnect
Add pyatv verbose logging (Debug checkbox in plugin Config)  Only logs to file given volume
Refactor main appleTVListener loop to restart after any issue
Bug fix for connectionlost/close that wasn't leading to correct restart
Hopefully fix menu loading for actions remote commands
Change Indigo LogFileHandler to manage %s that would otherwise appear in file log.
Update some images
Prompt message if attempt to send command to non-connected device.
  • Loading branch information
Ghawken committed Dec 1, 2022
1 parent 6cfdba1 commit 2ed62e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,21 @@ Alternate back to multicast after 3 failures.
Messaging around commands being sent with arguments when they shouldnt
Move back to standard indigo file Logging given issue resolved.

0.0.24
Remove support for MRP disabled in OS16 and causes authentication failures

0.0.25
Re-Add MRP support, IF device supports it - without it PowerState Reporting fails/is not reliable. It seems that MRP state is being depreciated by apple so may go completely in future.
More debug logging of service setup.

0.0.26
Add pluginConfig option for unicast scanning of a single IP address for device creation.
Useful with multicast fails to find device without power cycle
Update images







0 comments on commit 2ed62e2

Please sign in to comment.