コード例 #1
0
ファイル: driver.go プロジェクト: ninjasphere/driver-go-sonos
func isSonosPlayer(device ssdp.Device) bool {
	return device.Product() == "Sonos" && device.Name() == "ZonePlayer"
}