Categorygithub.com/julienrbrt/rfplayer-go
modulepackage
0.0.0-20250130115536-3213eafdb74c
Repository: https://github.com/julienrbrt/rfplayer-go.git
Documentation: pkg.go.dev

# README

RFPlayer-Go

CLI tool and API for RFPlayer, in Go. This CLI tool allows to configure the RFPlayer and to send commands to it via the CLI and see the configured devices via HomeKit.

Installation

go install github.com/julienrbrt/rfplayer-go/cmd/rfplayer@latest

How to use

rfplayer --help

# Packages

No description provided by the author

# Functions

GetParrotDevices returns a list of Parrot devices from the RFPlayer.
New creates a new RFPlayer instance.
NewRFDeviceAccessory creates a new RFDeviceAccessory instance.

# Structs

ParrotDevice represents a Parrot device from the RFPlayer.
RFDeviceAccessory represents a HomeKit accessory for an RF device.
No description provided by the author