@ray-js/ipc-player-integration 0.0.1-beta-39 → 0.0.1-beta-40

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.
@@ -2,3 +2,4 @@ export declare const TEMP_UNIT_SELECT = "temp_unit_select";
2
2
  export declare const TEMP_REPORT_F = "temp_report_f";
3
3
  export declare const SENSOR_TEMPERATURE = "sensor_temperature";
4
4
  export declare const SENSOR_HUMIDITY = "sensor_humidity";
5
+ export declare const PTZ_CONTROL = "ptz_control";
@@ -4,4 +4,6 @@ export const TEMP_REPORT_F = 'temp_report_f'; // 华氏度
4
4
 
5
5
  export const SENSOR_TEMPERATURE = 'sensor_temperature'; // 摄氏度
6
6
 
7
- export const SENSOR_HUMIDITY = 'sensor_humidity'; // 湿度
7
+ export const SENSOR_HUMIDITY = 'sensor_humidity'; // 湿度
8
+
9
+ export const PTZ_CONTROL = 'ptz_control'; // ptz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.1-beta-39",
3
+ "version": "0.0.1-beta-40",
4
4
  "description": "IPC 播放器功能集成",
5
5
  "main": "lib/index",
6
6
  "files": [