@ray-js/ipc-player-integration 0.0.1-beta-39 → 0.0.1-beta-41
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/lib/ui/ui.less
CHANGED
|
@@ -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
|