Skip to content

Releases: clementperon/devialet-phantom-ctl

Devialet Phantom Control 1.1.0

08 Mar 17:24
c996a97

Choose a tag to compare

This release mainly improves CEC compatibility, especially with Samsung TVs.

What's Changed

Full Changelog: 1.0.0...1.1.0

Devialet Phantom Control 1.0.0

18 Feb 09:03
81a1175

Choose a tag to compare

First stable release of devialet-phantom-ctl: a CLI + daemon to control Devialet Phantom volume over local IP control.

What’s new

  • Stable commands: list, tree, systems, getvol, setvol, volup, voldown, mute, daemon
  • New --system <name> targeting (now prefers isSystemLeader)
  • Unified global target args: --ip, --port, --system, --discover-timeout
  • mDNS discovery now focused on "_whatsup._tcp.local.", merged with UPnP and deduped
  • Daemon CEC options are command-specific (--cec-device, --cec-osd-name, --cec-vendor-compat)
  • Reduced noisy httpx request logs during runtime

Notable changes

  • Removed --index and --base-path
  • --ip and --system are mutually exclusive
  • list and tree are discovery-only commands

Quality

  • Expanded tests and improved coverage
  • CI/lint/docs updated for Linux and macOS