brilliantsole 0.0.23 → 0.0.24

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.
@@ -5612,7 +5612,7 @@ _a = BaseServer, _BaseServer_clearSensorConfigurationsWhenNoClients = new WeakMa
5612
5612
  }, _BaseServer_connectedDevicesMessage_get = function _BaseServer_connectedDevicesMessage_get() {
5613
5613
  return createServerMessage({
5614
5614
  type: "connectedDevices",
5615
- data: JSON.stringify(DeviceManager$1.ConnectedDevices.map((device) => device.bluetoothId)),
5615
+ data: JSON.stringify({ connectedDevices: DeviceManager$1.ConnectedDevices.map((device) => device.bluetoothId) }),
5616
5616
  });
5617
5617
  }, _BaseServer_createDeviceMessage = function _BaseServer_createDeviceMessage(device, messageType, dataView) {
5618
5618
  return {