From 2d4c09d6bcc152e37068834351a82cc77e3badc0 Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Thu, 21 May 2026 15:58:34 -0400 Subject: [PATCH] Add MAC address to the device_info object in the client hello message --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 839aa7d..4f60314 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ Players that can output audio should have the role `player`. - `product_name?`: string - device model/product name - `manufacturer?`: string - device manufacturer name - `software_version?`: string - software version of the client (not the Sendspin version) + - `mac_address?`: string - MAC address of the network interface the connection is opened on, in lowercase colon-separated form (e.g., `aa:bb:cc:dd:ee:ff`) - `version`: integer (must be `1`) - version of the core message format that the Sendspin client implements (independent of role versions) - `supported_roles`: string[] - versioned roles supported by the client (e.g., `player@v1`, `controller@v1`). Defined versioned roles are: - `player@v1` - outputs audio