增加两个库的块微波雷达和语音播放

This commit is contained in:
Irene-Maxine
2024-11-18 02:16:52 +08:00
parent 7306e999fb
commit f26ce575c8
8 changed files with 435 additions and 0 deletions

View File

@@ -3760,4 +3760,21 @@ En.MIXLY_INDEX = "index";
En.MIXLY_TOTO_INDEX_SEQUENC_TOOLTIP = "Combine all the items and ordinals of the list into an index sequence, for example (0,'A') into one index sequence";
En.MIXLY_RGB_RAW = 'RGB color primitive value';
En.GET_IR_STRENGTH = 'get Infrared light';
En.MIXLY_RADAR = 'radar';
En.MIXlY_INTERACTION = 'reaction';
En.MIXLY_DETECTION_THRESHOLD ='detect threshold';
En.MIXLY_DELAY_TIME = 'delay time';
En.MIXLY_THRESHOLD_TOOLTIP = 'The larger the threshold, the closer the sensing distance';
En.MIXLY_DELAY_TIME_RANGE = 'The delay time range is 200ms500ms';
En.MIXLY_GET_TO_INTERACTION ='get whether to trigger sensing';
En.MIXLY_MUSIC_PLAYER = 'Music player';
En.MIXLY_WHETHER ='whether';
En.MIXLY_STOPPED ='stopped';
En.MIXLY_PLAYING ='playing';
En.MIXLY_PAUSED = 'paused';
En.MIXLY_PLAYER_SET_VOLUME_TOOLTIP = 'The volume range is 030';
En.MIXLY_PLAYER_DIRECTORY_LOOP = 'directory loop';
En.MIXLY_PLAYER_SINGLE_STOP = 'single stop';
En.MIXLY_PLAYER_SEQUENTIAL_PLAY ='sequential play';
En.MIXLY_PLAYER_INSERT_MUSIC ='interjection';
})();