@ynhcj/xiaoyi-channel 0.0.32-beta → 0.0.34-beta
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.
|
@@ -282,15 +282,7 @@ export const modifyAlarmTool = {
|
|
|
282
282
|
actionResponse: true,
|
|
283
283
|
appType: "OHOS_APP",
|
|
284
284
|
timeOut: 5,
|
|
285
|
-
intentParam:
|
|
286
|
-
bundleName: "com.huawei.hmos.clock",
|
|
287
|
-
moduleName: "entry",
|
|
288
|
-
abilityName: "com.huawei.hmos.clock.phone",
|
|
289
|
-
intentName: "ModifyAlarm",
|
|
290
|
-
executeMode: "background",
|
|
291
|
-
intentRequestVersion: 100,
|
|
292
|
-
intentParam: intentParam,
|
|
293
|
-
},
|
|
285
|
+
intentParam: intentParam,
|
|
294
286
|
permissionId: [],
|
|
295
287
|
achieveType: "INTENT",
|
|
296
288
|
},
|
package/dist/src/websocket.js
CHANGED
|
@@ -143,7 +143,7 @@ export class XYWebSocketManager extends EventEmitter {
|
|
|
143
143
|
throw new Error(`WebSocket ${server} not ready`);
|
|
144
144
|
}
|
|
145
145
|
const messageStr = JSON.stringify(message);
|
|
146
|
-
console.log(`[WS-${server}-SEND] Sending message frame:`, JSON.stringify(message, null, 2));
|
|
146
|
+
// console.log(`[WS-${server}-SEND] Sending message frame:`, JSON.stringify(message, null, 2));
|
|
147
147
|
ws.send(messageStr);
|
|
148
148
|
console.log(`[WS-${server}-SEND] Message sent successfully, size: ${messageStr.length} bytes`);
|
|
149
149
|
}
|