@basmilius/apple-airplay 0.0.82 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2466,18 +2466,15 @@ class AirPlay {
|
|
|
2466
2466
|
const body = {
|
|
2467
2467
|
deviceID: pairingId.toString(),
|
|
2468
2468
|
macAddress: getMacAddress().toUpperCase(),
|
|
2469
|
-
name: "
|
|
2469
|
+
name: "Homey Pro",
|
|
2470
2470
|
model: "iPhone16,2",
|
|
2471
2471
|
osBuildVersion: "23C5027f",
|
|
2472
2472
|
osName: "iPhone OS",
|
|
2473
2473
|
osVersion: "26.2",
|
|
2474
|
-
sourceVersion: "
|
|
2474
|
+
sourceVersion: "550.10",
|
|
2475
2475
|
sessionUUID: this.#sessionUUID,
|
|
2476
|
-
sessionCorrelationUUID: uuid2().toUpperCase(),
|
|
2477
2476
|
timingProtocol: "None",
|
|
2478
|
-
isRemoteControlOnly: true
|
|
2479
|
-
statsCollectionEnabled: false,
|
|
2480
|
-
updateSessionRequest: false
|
|
2477
|
+
isRemoteControlOnly: true
|
|
2481
2478
|
};
|
|
2482
2479
|
if (this.#timingServer) {
|
|
2483
2480
|
body.timingPort = this.#timingServer.port;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basmilius/apple-airplay",
|
|
3
3
|
"description": "Implementation of Apple's AirPlay2 in Node.js.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.83",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@basmilius/apple-common": "0.0.
|
|
45
|
-
"@basmilius/apple-encoding": "0.0.
|
|
44
|
+
"@basmilius/apple-common": "0.0.83",
|
|
45
|
+
"@basmilius/apple-encoding": "0.0.83",
|
|
46
46
|
"@bufbuild/protobuf": "^2.10.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|