@ledvance/base 1.2.13 → 1.2.14

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.
@@ -0,0 +1,51 @@
1
+ @ColumnInfo(name = "device_id")
2
+ val deviceId: String,
3
+ @ColumnInfo(name = "device_name")
4
+ val deviceName: String,
5
+ @ColumnInfo(name = "cat_id")
6
+ val catId: String,
7
+ @ColumnInfo(name = "channel_no")
8
+ val channelNo: Int,
9
+ @ColumnInfo(name = "device_category")
10
+ val deviceCategory: String,
11
+ @ColumnInfo(name = "device_image")
12
+ val deviceImage: String,
13
+ @ColumnInfo(name = "tuya_device_id")
14
+ val tuyaDeviceId: String,
15
+ // deviceType 对应 ProductInfo 的 productId
16
+ @ColumnInfo(name = "device_type")
17
+ val deviceType: String,
18
+ @ColumnInfo(name = "offline_time")
19
+ val offlineTime: String,
20
+ @ColumnInfo(name = "rn_package")
21
+ val rnPackage: String?,
22
+ @ColumnInfo(name = "status")
23
+ val status: Int,
24
+ @ColumnInfo(name = "create_time")
25
+ val createTime: String,
26
+ @ColumnInfo(name = "version")
27
+ val version: String,
28
+ @ColumnInfo(name = "user_id")
29
+ val userId: String,
30
+ @ColumnInfo(name = "family_id")
31
+ val familyId: Long,
32
+ @ColumnInfo(name = "room_id")
33
+ val roomId: Long,
34
+ @ColumnInfo(name = "room_name")
35
+ val roomName: String,
36
+ @ColumnInfo(name = "is_shared")
37
+ val isShared: Int,
38
+ @ColumnInfo(name = "local_index")
39
+ val localIndex: String,
40
+ @ColumnInfo(name = "resource_category")
41
+ val resourceCategory: String,
42
+ @ColumnInfo(name = "resource_id")
43
+ val resourceId: String,
44
+ @ColumnInfo(name = "resource_identifier")
45
+ val resourceIdentifier: String,
46
+ @ColumnInfo(name = "resource_type")
47
+ val resourceType: Int,
48
+ @ColumnInfo(name = "index")
49
+ val index: Int = 0,
50
+ @ColumnInfo(name = "switch_state")
51
+ val switchState: Boolean = true
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.2.13",
7
+ "version": "1.2.14",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@reduxjs/toolkit": "^1.8.6",
@@ -1,7 +1,7 @@
1
1
  import { DeviceInfo } from '../api/native';
2
2
  export interface ApplyForDeviceListProps {
3
3
  devices: DeviceInfo[];
4
- expand: boolean;
5
- onExpandChange: (expand: boolean) => void;
4
+ expand?: boolean;
5
+ onExpandChange?: (expand: boolean) => void;
6
6
  }
7
7
  export default function ApplyForDeviceList(props: ApplyForDeviceListProps): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export declare function createParams<T>(params: T): T;
2
+ export declare function useParams<T extends any>(): T;
@@ -0,0 +1,9 @@
1
+ import { useRoute } from '@react-navigation/core'
2
+
3
+ export function createParams<T>(params: T): T {
4
+ return { ...params }
5
+ }
6
+
7
+ export function useParams<T extends any>(): T {
8
+ return useRoute().params as T
9
+ }
@@ -547,6 +547,7 @@ declare const _default: {
547
547
  striplight_adaptbutton: string;
548
548
  striplight_lengthtitle: string;
549
549
  striplight_actuallength: string;
550
+ add_sleepschedule_one_source_subheadline4_text: string;
550
551
  };
551
552
  ar: {
552
553
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -1096,6 +1097,7 @@ declare const _default: {
1096
1097
  striplight_adaptbutton: string;
1097
1098
  striplight_lengthtitle: string;
1098
1099
  striplight_actuallength: string;
1100
+ add_sleepschedule_one_source_subheadline4_text: string;
1099
1101
  };
1100
1102
  cs: {
1101
1103
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -1645,6 +1647,7 @@ declare const _default: {
1645
1647
  striplight_adaptbutton: string;
1646
1648
  striplight_lengthtitle: string;
1647
1649
  striplight_actuallength: string;
1650
+ add_sleepschedule_one_source_subheadline4_text: string;
1648
1651
  };
1649
1652
  en: {
1650
1653
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -2194,6 +2197,7 @@ declare const _default: {
2194
2197
  striplight_adaptbutton: string;
2195
2198
  striplight_lengthtitle: string;
2196
2199
  striplight_actuallength: string;
2200
+ add_sleepschedule_one_source_subheadline4_text: string;
2197
2201
  };
2198
2202
  bg: {
2199
2203
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -2743,6 +2747,7 @@ declare const _default: {
2743
2747
  striplight_adaptbutton: string;
2744
2748
  striplight_lengthtitle: string;
2745
2749
  striplight_actuallength: string;
2750
+ add_sleepschedule_one_source_subheadline4_text: string;
2746
2751
  };
2747
2752
  da: {
2748
2753
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -3292,6 +3297,7 @@ declare const _default: {
3292
3297
  striplight_adaptbutton: string;
3293
3298
  striplight_lengthtitle: string;
3294
3299
  striplight_actuallength: string;
3300
+ add_sleepschedule_one_source_subheadline4_text: string;
3295
3301
  };
3296
3302
  de: {
3297
3303
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -3841,6 +3847,7 @@ declare const _default: {
3841
3847
  striplight_adaptbutton: string;
3842
3848
  striplight_lengthtitle: string;
3843
3849
  striplight_actuallength: string;
3850
+ add_sleepschedule_one_source_subheadline4_text: string;
3844
3851
  };
3845
3852
  el: {
3846
3853
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -4390,6 +4397,7 @@ declare const _default: {
4390
4397
  striplight_adaptbutton: string;
4391
4398
  striplight_lengthtitle: string;
4392
4399
  striplight_actuallength: string;
4400
+ add_sleepschedule_one_source_subheadline4_text: string;
4393
4401
  };
4394
4402
  es: {
4395
4403
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -4939,6 +4947,7 @@ declare const _default: {
4939
4947
  striplight_adaptbutton: string;
4940
4948
  striplight_lengthtitle: string;
4941
4949
  striplight_actuallength: string;
4950
+ add_sleepschedule_one_source_subheadline4_text: string;
4942
4951
  };
4943
4952
  et: {
4944
4953
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -5488,6 +5497,7 @@ declare const _default: {
5488
5497
  striplight_adaptbutton: string;
5489
5498
  striplight_lengthtitle: string;
5490
5499
  striplight_actuallength: string;
5500
+ add_sleepschedule_one_source_subheadline4_text: string;
5491
5501
  };
5492
5502
  fi: {
5493
5503
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -6037,6 +6047,7 @@ declare const _default: {
6037
6047
  striplight_adaptbutton: string;
6038
6048
  striplight_lengthtitle: string;
6039
6049
  striplight_actuallength: string;
6050
+ add_sleepschedule_one_source_subheadline4_text: string;
6040
6051
  };
6041
6052
  fr: {
6042
6053
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -6586,6 +6597,7 @@ declare const _default: {
6586
6597
  striplight_adaptbutton: string;
6587
6598
  striplight_lengthtitle: string;
6588
6599
  striplight_actuallength: string;
6600
+ add_sleepschedule_one_source_subheadline4_text: string;
6589
6601
  };
6590
6602
  hr: {
6591
6603
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -7135,6 +7147,7 @@ declare const _default: {
7135
7147
  striplight_adaptbutton: string;
7136
7148
  striplight_lengthtitle: string;
7137
7149
  striplight_actuallength: string;
7150
+ add_sleepschedule_one_source_subheadline4_text: string;
7138
7151
  };
7139
7152
  hu: {
7140
7153
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -7684,6 +7697,7 @@ declare const _default: {
7684
7697
  striplight_adaptbutton: string;
7685
7698
  striplight_lengthtitle: string;
7686
7699
  striplight_actuallength: string;
7700
+ add_sleepschedule_one_source_subheadline4_text: string;
7687
7701
  };
7688
7702
  it: {
7689
7703
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -8233,6 +8247,7 @@ declare const _default: {
8233
8247
  striplight_adaptbutton: string;
8234
8248
  striplight_lengthtitle: string;
8235
8249
  striplight_actuallength: string;
8250
+ add_sleepschedule_one_source_subheadline4_text: string;
8236
8251
  };
8237
8252
  ko: {
8238
8253
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -8782,6 +8797,7 @@ declare const _default: {
8782
8797
  striplight_adaptbutton: string;
8783
8798
  striplight_lengthtitle: string;
8784
8799
  striplight_actuallength: string;
8800
+ add_sleepschedule_one_source_subheadline4_text: string;
8785
8801
  };
8786
8802
  lt: {
8787
8803
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -9331,6 +9347,7 @@ declare const _default: {
9331
9347
  striplight_adaptbutton: string;
9332
9348
  striplight_lengthtitle: string;
9333
9349
  striplight_actuallength: string;
9350
+ add_sleepschedule_one_source_subheadline4_text: string;
9334
9351
  };
9335
9352
  lv: {
9336
9353
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -9880,6 +9897,7 @@ declare const _default: {
9880
9897
  striplight_adaptbutton: string;
9881
9898
  striplight_lengthtitle: string;
9882
9899
  striplight_actuallength: string;
9900
+ add_sleepschedule_one_source_subheadline4_text: string;
9883
9901
  };
9884
9902
  nb: {
9885
9903
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -10429,6 +10447,7 @@ declare const _default: {
10429
10447
  striplight_adaptbutton: string;
10430
10448
  striplight_lengthtitle: string;
10431
10449
  striplight_actuallength: string;
10450
+ add_sleepschedule_one_source_subheadline4_text: string;
10432
10451
  };
10433
10452
  nl: {
10434
10453
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -10978,6 +10997,7 @@ declare const _default: {
10978
10997
  striplight_adaptbutton: string;
10979
10998
  striplight_lengthtitle: string;
10980
10999
  striplight_actuallength: string;
11000
+ add_sleepschedule_one_source_subheadline4_text: string;
10981
11001
  };
10982
11002
  pl: {
10983
11003
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -11527,6 +11547,7 @@ declare const _default: {
11527
11547
  striplight_adaptbutton: string;
11528
11548
  striplight_lengthtitle: string;
11529
11549
  striplight_actuallength: string;
11550
+ add_sleepschedule_one_source_subheadline4_text: string;
11530
11551
  };
11531
11552
  'pt-BR': {
11532
11553
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -12076,555 +12097,7 @@ declare const _default: {
12076
12097
  striplight_adaptbutton: string;
12077
12098
  striplight_lengthtitle: string;
12078
12099
  striplight_actuallength: string;
12079
- };
12080
- pt_BR: {
12081
- add_new_dynamic_mood_color_changing_mode_value: string;
12082
- power_off_memory_default_state_title: string;
12083
- sockets_ce: string;
12084
- history_overview_empty_information_text: string;
12085
- history_powerstrip_field1_text: string;
12086
- history_powerstrip_field1_text2: string;
12087
- history_contact_sensor_description_text: string;
12088
- power_off_memory_default_state_description: string;
12089
- power_off_memory_restore_memory_title: string;
12090
- power_off_memory_restore_memory_description: string;
12091
- power_off_memory_customized_description: string;
12092
- feature_summary_action_txt_1: string;
12093
- sockets_specific_settings_relay_status: string;
12094
- light_sources_specific_settings_power_off: string;
12095
- add_new_dynamic_mood_color_changing_mode_value2: string;
12096
- add_new_dynamic_mood_lights_field_headline2_text: string;
12097
- add_new_dynamic_mood_lights_field_saturation_text: string;
12098
- add_new_static_mood_headline_text: string;
12099
- add_new_static_mood_lights_field_brightness_text: string;
12100
- add_new_static_mood_lights_field_saturation_text: string;
12101
- add_new_static_mood_lights_field_text: string;
12102
- add_new_static_mood_lights_schedule_switch_tab_color_text: string;
12103
- add_new_static_mood_lights_schedule_switch_tab_white_text: string;
12104
- add_new_static_mood_system_back: string;
12105
- add_new_trigger_time_field_brightness_text: string;
12106
- add_new_trigger_time_field_headline_text3: string;
12107
- add_new_trigger_time_field_text: string;
12108
- add_new_trigger_time_inputfield_value_text: string;
12109
- add_new_trigger_time_subheadline_text: string;
12110
- add_new_trigger_time_system_back_text: string;
12111
- add_randomtimecycle_timestart_topic: string;
12112
- add_randomtimecycle_timeend_topic: string;
12113
- add_sleepschedule_one_source_switch_tab_color_text: string;
12114
- add_sleepschedule_one_source_switch_tab_white_text: string;
12115
- add_sleepschedule_one_source_system_back_text: string;
12116
- add_sleepschedule_two_source_field_text: string;
12117
- add_sleepschedule_two_source_field_text3: string;
12118
- feature_summary_action_txt_10: string;
12119
- feature_summary_action_txt_11: string;
12120
- auto_scan_button_Device_a: string;
12121
- auto_scan_system_cancel: string;
12122
- auto_scan_system_wifi_confirm: string;
12123
- bio_ryhthm_default_button_reset_text: string;
12124
- bio_ryhthm_default_field_field_brightness_text: string;
12125
- bio_ryhthm_default_field_text2: string;
12126
- bio_ryhthm_default_field_text3: string;
12127
- bio_ryhthm_default_field_text4: string;
12128
- bio_ryhthm_default_field_text5: string;
12129
- bio_ryhthm_default_selectionfield_topic_text: string;
12130
- bio_ryhthm_default_weekday1_text: string;
12131
- bio_ryhthm_default_weekday2_text: string;
12132
- bio_ryhthm_default_weekday3_text: string;
12133
- bio_ryhthm_default_weekday4_text: string;
12134
- bio_ryhthm_default_weekday5_text: string;
12135
- bio_ryhthm_default_weekday6_text: string;
12136
- bio_ryhthm_default_weekday7_text: string;
12137
- camera_tile_dim_lighting_headline: string;
12138
- devicemusic_headline_text: string;
12139
- edit_device_textfield_name: string;
12140
- flashing_fs_toggle_state1: string;
12141
- flashing_fs_toggle_state2: string;
12142
- light_sources_tile_dim_lighting_brightness: string;
12143
- light_sources_tile_main_lighting_headline: string;
12144
- light_sources_tile_main_lighting_shade: string;
12145
- light_sources_tile_rgb_lighting_brightness: string;
12146
- light_sources_tile_rgb_lighting_headline: string;
12147
- light_sources_tile_rgb_lighting_saturation: string;
12148
- light_sources_tile_rgb_lighting_shade: string;
12149
- light_sources_tile_rgb_lighting_tab_color: string;
12150
- light_sources_tile_rgb_lighting_tab_white: string;
12151
- light_sources_tile_sec_lighting_headline: string;
12152
- light_sources_tile_sec_lighting_shade: string;
12153
- light_sources_tile_tw_lighting_brightness: string;
12154
- light_sources_tile_tw_lighting_headline: string;
12155
- mesh_device_detail_lighting_color_mode: string;
12156
- mesh_device_detail_lighting_goodnight: string;
12157
- mesh_device_detail_lighting_leisure: string;
12158
- mesh_device_detail_lighting_read: string;
12159
- mesh_device_detail_lighting_white_mode: string;
12160
- mesh_device_detail_lighting_work: string;
12161
- mesh_device_detail_mode: string;
12162
- mesh_device_seting_delete: string;
12163
- mood_overview_add_mood_text: string;
12164
- mood_overview_add_mood_text2: string;
12165
- mood_overview_field_chip_2: string;
12166
- mood_overview_field_chip_text: string;
12167
- mood_overview_filter_name_text1: string;
12168
- mood_overview_filter_name_text2: string;
12169
- mood_overview_headline_text: string;
12170
- mood_overview_information_text: string;
12171
- motion_detection_add_time_schedule_headline_text: string;
12172
- motion_detection_add_time_schedule_selectionfield_text: string;
12173
- motion_detection_add_time_schedule_system_back_text: string;
12174
- motion_detection_time_schedule_notifications_field_weekdays_text2: string;
12175
- timeschedule_add_schedule_text: string;
12176
- motion_detection_time_schedule_notifications_field_weekdays_text4: string;
12177
- other_lights_modes_gradient_text: string;
12178
- other_lights_modes_jump_text: string;
12179
- solar_bt_pp_field_dm: string;
12180
- timer_ceiling_fan_headline_text: string;
12181
- timer_nightplug_headline_text: string;
12182
- timer_ceiling_fan_lighting_switched_off_text: string;
12183
- timer_ceiling_fan_lighting_switched_on_text: string;
12184
- timer_sockets_button_text: string;
12185
- timeschedule_add_schedule_nightlight_plug_selectionfield_text2: string;
12186
- timeschedule_add_schedule_subheadline2_text: string;
12187
- timeschedule_add_schedule_subheadline4_text: string;
12188
- timeschedule_add_schedule_subheadline_text: string;
12189
- timeschedule_add_schedule_switch_tab_manual_text: string;
12190
- timeschedule_add_schedule_switch_tab_mood_text: string;
12191
- timeschedule_add_schedule_system_back_text: string;
12192
- timeschedule_add_schedule_text2: string;
12193
- timeschedule_add_schedule_weekday1_text: string;
12194
- timeschedule_add_schedule_weekday2_text: string;
12195
- timeschedule_add_schedule_weekday3_text: string;
12196
- timeschedule_add_schedule_weekday4_text: string;
12197
- timeschedule_add_schedule_weekday5_text: string;
12198
- timeschedule_add_schedule_weekday6_text: string;
12199
- timeschedule_add_schedule_weekday7_text: string;
12200
- timeschedule_overview_empty_information_text: string;
12201
- timeschedule_overview_headline_text: string;
12202
- timeschedule_overview_description_text: string;
12203
- timeschedule_overview_empty_button_add_text: string;
12204
- ceiling_fan_feature_2_light_text_min_off: string;
12205
- ceiling_fan_feature_2_light_text_min_on: string;
12206
- add_new_dynamic_mood_color_changing_mode_headline: string;
12207
- add_new_dynamic_mood_lights_field_speed_topic_text: string;
12208
- add_new_dynamic_mood_lights_field_headline_text1: string;
12209
- add_new_dynamic_mood_system_back: string;
12210
- edit_static_mood_inputfield_topic_text: string;
12211
- add_new_static_mood_lights_inputfield_text: string;
12212
- feature_summary_action_txt_2: string;
12213
- sleepwakeschedule_empty_information_text: string;
12214
- sleepwakeschedule_field_3_Times_chips2_text: string;
12215
- sleepwakeschedule_field_3_Times_chips_text: string;
12216
- sleepwakeschedule_field_speed_text: string;
12217
- cancel_dialog_delete_item_timeschedule_titel: string;
12218
- cancel_dialog_delete_item_sleepschedule_titel: string;
12219
- cancel_dialog_delete_item_wakeupschedule_titel: string;
12220
- fixedTimeCycle_socket_headline: string;
12221
- randomtimecycle_sockets_headline_text: string;
12222
- history_socket_headline_text: string;
12223
- feature_summary_action_component_5: string;
12224
- feature_summary_action_component_6: string;
12225
- feature_summary_action_component_7: string;
12226
- feature_summary_action_component_8: string;
12227
- feature_summary_action_component_9: string;
12228
- sockets_feature_2_socket_text_min_off: string;
12229
- sockets_feature_2_socket_text_min_on: string;
12230
- timer_powerstrip_socket1_switched_off_text: string;
12231
- timer_powerstrip_socket1_switched_on_text: string;
12232
- set_pw_button_save: string;
12233
- consumption_data_field2_value_text1: string;
12234
- consumption_data_field2_value_text2: string;
12235
- consumption_data_field2_value_text3: string;
12236
- timer_nightplug_active_timer_subheadline2_text: string;
12237
- addTimeCycle_settings_sec_text: string;
12238
- addTimeCycle_settings_sec_text2: string;
12239
- power_strip_tile_socket_4_headline: string;
12240
- conflict_dialog_active_item_fixedtimecycle_description: string;
12241
- conflict_dialog_active_item_randomtimecycle_description: string;
12242
- timeschedule_add_schedule_Lighting_applyfor_selection2_text: string;
12243
- timeschedule_add_schedule_Lighting_applyfor_selection_text: string;
12244
- light_sources_specific_settings_remote_control: string;
12245
- conflict_dialog_save_item_bio_rhythm_answer_no_text: string;
12246
- conflict_dialog_save_item_bio_rhythm_answer_yes_text: string;
12247
- conflict_dialog_save_item_randomtimecycle_answer_no_text: string;
12248
- conflict_dialog_save_item_randomtimecycle_answer_yes_text: string;
12249
- conflict_dialog_save_item_randomtimecycle_description: string;
12250
- conflict_dialog_save_item_randomtimecycle_titel: string;
12251
- conflict_dialog_save_item_bio_rhythm_description: string;
12252
- conflict_dialog_save_item_bio_rhythm_titel: string;
12253
- conflict_dialog_save_item_sleepschedule_answer_no_text: string;
12254
- conflict_dialog_save_item_sleepschedule_answer_yes_text: string;
12255
- conflict_dialog_save_item_sleepschedule_description: string;
12256
- conflict_dialog_save_item_sleepschedule_titel: string;
12257
- conflict_dialog_save_item_wakeupschedule_answer_no_text: string;
12258
- conflict_dialog_save_item_wakeupschedule_answer_yes_text: string;
12259
- conflict_dialog_save_item_wakeupschedule_description: string;
12260
- conflict_dialog_save_item_wakeupschedule_titel: string;
12261
- sockets_specific_settings_relay_status_remember: string;
12262
- motion_detection_with_safe_mode_safetymode_value4_text: string;
12263
- consumption_data_annual_bar_chart_system_back_text: string;
12264
- motion_detection_time_schedule_notifications_field_weekdays_text3: string;
12265
- sleepwakeschedule_empty_filtering_information_text: string;
12266
- timer_ceiling_fan_selectionfield_no_components_text: string;
12267
- timer_nightplug_active_timer_field_description_off_text: string;
12268
- timer_nightplug_active_timer_field_description_on_text: string;
12269
- conflict_dialog_save_item_fixedtimecycle_answer_no_text: string;
12270
- conflict_dialog_save_item_fixedtimecycle_answer_yes_text: string;
12271
- conflict_dialog_save_item_fixedtimecycle_description: string;
12272
- conflict_dialog_save_item_fixedtimecycle_titel: string;
12273
- bio_ryhthm_default_field_text: string;
12274
- timeschedule_add_schedule_no_device_warning_text: string;
12275
- add_new_dynamic_mood_alert_text: string;
12276
- add_new_trigger_time_information_text: string;
12277
- sleepwakeschedule_warning_max_number_both_text: string;
12278
- sleepwakeschedule_warning_max_number_sleep_text: string;
12279
- sleepwakeschedule_warning_max_number_wakeup_text: string;
12280
- fixedTimeCycle_information_text: string;
12281
- fixedTimeCycle_bttn_text: string;
12282
- addTimeCycle_warning_text: string;
12283
- cancel_dialog_delete_item_timeschedule_description: string;
12284
- cancel_dialog_delete_item_timeschedule_answer_no_text: string;
12285
- cancel_dialog_delete_item_timeschedule_answer_yes_text: string;
12286
- cancel_dialog_delete_item_fixedtimecycle_titel: string;
12287
- cancel_dialog_delete_item_fixedtimecycle_description: string;
12288
- cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: string;
12289
- cancel_dialog_delete_item_fixedtimecycle_answer_no_text: string;
12290
- cancel_dialog_delete_item_randomtimecycle_titel: string;
12291
- cancel_dialog_delete_item_randomtimecycle_description: string;
12292
- cancel_dialog_delete_item_sleepschedule_answer_yes_text: string;
12293
- cancel_dialog_delete_item_sleepschedule_answer_no_text: string;
12294
- fixedtimecycle_warning_max_number_text: string;
12295
- randomtimecycle_warning_max_number_text: string;
12296
- sockets_specific_settings_child_lock: string;
12297
- sockets_specific_settings_switch_inching: string;
12298
- switchinching_overview_description_text: string;
12299
- childlock_overview_description_text: string;
12300
- conflict_dialog_save_item_timer_titel: string;
12301
- conflict_dialog_save_item_timer_description: string;
12302
- conflict_dialog_save_item_timer_answer_no_text: string;
12303
- conflict_dialog_save_item_timer_answer_yes_text: string;
12304
- conflict_dialog_save_item_inching_titel: string;
12305
- conflict_dialog_save_item_inching_description: string;
12306
- conflict_dialog_save_item_inching_answer_no_text: string;
12307
- conflict_dialog_save_item_inching_answer_yes_text: string;
12308
- cancel_dialog_delete_item_sleepschedule_description: string;
12309
- cancel_dialog_delete_item_wakeupschedule_answer_no_text: string;
12310
- cancel_dialog_delete_item_wakeupschedule_answer_yes_text: string;
12311
- cancel_dialog_delete_item_wakeupschedule_description: string;
12312
- randomtimecycle_empty_bttn_text: string;
12313
- randomtimecycle_empty_information_text: string;
12314
- conflict_dialog_save_item_randomtimecycle_tips: string;
12315
- conflict_dialog_save_item_randomtimecycle_interval_description: string;
12316
- conflict_dialog_save_item_randomtimecycle_answer_confirm_text: string;
12317
- light_sources_specific_settings_do_not_disturb_title: string;
12318
- light_sources_specific_settings_do_not_disturb_introduce: string;
12319
- devicemusic_ball_game_text: string;
12320
- devicemusic_game_text: string;
12321
- devicemusic_romantic_text: string;
12322
- devicemusic_music_text: string;
12323
- light_sources_feature_2_text_min_off: string;
12324
- light_sources_feature_2_text_min_on: string;
12325
- light_sources_feature_2_switched_off_text: string;
12326
- light_sources_feature_2_switched_on_text: string;
12327
- switch_overcharge_headline_text: string;
12328
- switch_overcharge_headline_description: string;
12329
- conflict_dialog_save_item_timeschedule_titel: string;
12330
- conflict_dialog_active_item_timeschedule_description: string;
12331
- conflict_dialog_save_item_timeschedule_answer_no_text: string;
12332
- conflict_dialog_save_item_timeschedule_answer_yes_text: string;
12333
- light_sources_feature_4_text_name: string;
12334
- bio_ryhthm_non_sun_home_products_description_text: string;
12335
- bio_ryhthm_default_description_text: string;
12336
- bio_ryhthm_default_subheadline_text: string;
12337
- add_new_trigger_time_warning_max_number_text: string;
12338
- devicemusic_subheadline_text: string;
12339
- biorhythm_product_link: string;
12340
- devicemusic_description_text: string;
12341
- sleepwakeschedule_add_button_text1: string;
12342
- sleepwakeschedule_add_button_text2: string;
12343
- add_sleepschedule_one_source_headline_text: string;
12344
- add_wakeupschedule_one_source_headline_text: string;
12345
- add_sleepschedule_one_source_settings_text: string;
12346
- add_sleepschedule_one_source_settings_text2: string;
12347
- add_wakeupschedule_settings_text: string;
12348
- add_wakeupschedule_settings_text2: string;
12349
- add_wakeupschedule_settings_text3: string;
12350
- add_wakeupschedule_settings_text4: string;
12351
- add_wakeupschedule_settings_text5: string;
12352
- feature_summary_frequency_headline: string;
12353
- feature_summary_time_headline: string;
12354
- motion_detection_add_time_schedule_actions_text1: string;
12355
- add_new_static_mood_field_headline_text1: string;
12356
- add_new_static_mood_field_headline_text2: string;
12357
- add_new_static_mood_field_headline_text3: string;
12358
- add_new_static_mood_field_headline_text4: string;
12359
- add_new_static_mood_description_text: string;
12360
- add_new_dynamic_mood_description_text: string;
12361
- add_new_dynamic_mood_headline_text: string;
12362
- add_new_dynamic_mood_field_headline_text1: string;
12363
- add_new_dynamic_mood_field_headline_text2: string;
12364
- add_new_dynamic_mood_field_headline_text3: string;
12365
- add_new_dynamic_mood_field_headline_text4: string;
12366
- feature_summary_action_txt_12: string;
12367
- add_randomtimecycle_subheadline_text: string;
12368
- feature_summary_action_txt_4: string;
12369
- feature_summary_action_txt_6: string;
12370
- edit_fixedtimecycle_bttn_text: string;
12371
- sockets_headline_power: string;
12372
- edit_static_mood_button_delete_text: string;
12373
- edit_static_mood_headline_text: string;
12374
- mood_overview_warning_max_number_text: string;
12375
- music_reactivate_dialog_text: string;
12376
- add_new_trigger_time_text: string;
12377
- feature_summary_frequency_txt_1: string;
12378
- feature_summary_frequency_txt_2: string;
12379
- feature_summary_frequency_txt_3: string;
12380
- feature_summary_frequency_txt_4: string;
12381
- add_new_trigger_time_headline_text: string;
12382
- consumption_data_field4_month10_value_text: string;
12383
- consumption_data_field4_month11_value_text: string;
12384
- consumption_data_field4_month12_value_text: string;
12385
- consumption_data_field4_month1_value_text: string;
12386
- consumption_data_field4_month2_value_text: string;
12387
- consumption_data_field4_month3_value_text: string;
12388
- consumption_data_field4_month4_value_text: string;
12389
- consumption_data_field4_month5_value_text: string;
12390
- consumption_data_field4_month6_value_text: string;
12391
- consumption_data_field4_month7_value_text: string;
12392
- consumption_data_field4_month8_value_text: string;
12393
- consumption_data_field4_month9_value_text: string;
12394
- consumption_data_field1_headline_text: string;
12395
- consumption_data_field2_headline_text: string;
12396
- consumption_data_field3_headline_text: string;
12397
- consumption_data_field3_value_text2: string;
12398
- consumption_data_field4_headline_text: string;
12399
- consumption_data_field3_button_text: string;
12400
- consumption_data_description_text: string;
12401
- consumption_data_price_per_kwh_currency_headline_text: string;
12402
- consumption_data_field3_co2_topic_text: string;
12403
- consumption_data_field3_co2_topic_headline: string;
12404
- consumption_data_monthly_overview_field1_text2: string;
12405
- consumption_data_price_per_kwh_headline_text: string;
12406
- consumption_data_price_per_kwh_description_text: string;
12407
- consumption_data_monthly_overview_field2_headline_text: string;
12408
- consumption_data_price_per_kwh_currency_value1: string;
12409
- consumption_data_price_per_kwh_currency_value2: string;
12410
- consumption_data_price_per_kwh_currency_value3: string;
12411
- consumption_data_price_per_kwh_currency_value4: string;
12412
- add_fixedtimecycle_headline_text: string;
12413
- edit_fixedtimecycle_headline_text: string;
12414
- manage_user_unsaved_changes_dialog_headline: string;
12415
- cancel_dialog_delete_item_bio_rhythm_titel: string;
12416
- string_light_pp_dialog_sm_add_headline_c: string;
12417
- strip_light_static_mood_add_step_2_dialog_text: string;
12418
- strip_light_static_mood_editor_step_2_dialog_text: string;
12419
- cancel_dialog_leave_unsaved_bio_rhythm_note: string;
12420
- power_strip_specific_settings_desc_socket_1: string;
12421
- power_strip_specific_settings_desc_socket_2: string;
12422
- power_strip_specific_settings_desc_socket_3: string;
12423
- power_strip_specific_settings_desc_socket_usb: string;
12424
- consumption_data_field3_co2_inforamtion_decription_text: string;
12425
- home_screen_home_dialog_yes_con: string;
12426
- add_new_dynamic_mood_ceiling_fan_field_headline: string;
12427
- timer_ceiling_fan_switched_off_text: string;
12428
- timer_ceiling_fan_switched_on_text: string;
12429
- timeschedule_add_schedule_ceiling_fan_selectionfield_text: string;
12430
- timeschedule_add_schedule_ceiling_fan_selectionfield_text2: string;
12431
- ceiling_fan_tile_uvc_fan_speed: string;
12432
- routines_add_edit_name: string;
12433
- string_light_pp_dialog_sm_ed_headline_d: string;
12434
- strip_light_static_mood_edit_dialog_text: string;
12435
- power_strip_feature_2_socket_1_text_min_on: string;
12436
- power_strip_feature_2_socket_1_text_min_off: string;
12437
- power_strip_feature_2_socket_2_text_min_on: string;
12438
- power_strip_feature_2_socket_2_text_min_off: string;
12439
- power_strip_feature_2_socket_3_text_min_on: string;
12440
- power_strip_feature_2_socket_3_text_min_off: string;
12441
- power_strip_feature_2_socket_usb_text_min_off: string;
12442
- power_strip_feature_2_socket_usb_text_min_on: string;
12443
- generation_data_description_text: string;
12444
- add_new_dynamic_mood_ceiling_fan_field_text: string;
12445
- cancel_dialog_leave_unsaved_titel: string;
12446
- cancel_dialog_leave_unsaved_randomtimecycle_note: string;
12447
- cancel_dialog_leave_unsaved_fixedtimecycle_note: string;
12448
- cancel_dialog_leave_unsaved_sleepschedule_note: string;
12449
- cancel_dialog_leave_unsaved_timeschedule_note: string;
12450
- cancel_dialog_leave_unsaved_wakeupschedule_note: string;
12451
- string_light_pp_field_sm_add_error1: string;
12452
- feature_activate_dialog_text: string;
12453
- edit_timeschedule_bttn_text: string;
12454
- edit_wakeupschedule_bttn_text: string;
12455
- edit_sleepschedule_bttn_text: string;
12456
- ceiling_fan_direction_info_option_1_headline: string;
12457
- ceiling_fan_direction_info_option_2_headline: string;
12458
- ceiling_fan_direction_info_description_text: string;
12459
- ceiling_fan_direction_info_headline: string;
12460
- ceiling_fan_direction_info_option_1_text: string;
12461
- ceiling_fan_direction_info_option_2_text: string;
12462
- ceiling_fan_feature_2_fan_text_hour_off: string;
12463
- ceiling_fan_feature_2_fan_text_hour_on: string;
12464
- ceiling_fan_feature_2_fan_text_min_off: string;
12465
- ceiling_fan_feature_2_fan_text_min_on: string;
12466
- ceiling_fan_mode_info_headline: string;
12467
- ceiling_fan_mode_info_option_1_headline: string;
12468
- ceiling_fan_mode_info_option_2_headline: string;
12469
- ceiling_fan_tile_uvc_fan_direction: string;
12470
- ceiling_fan_direction_info_button_label: string;
12471
- ceiling_fan_mode_info_description_text: string;
12472
- ceiling_fan_mode_info_option_1_text: string;
12473
- ceiling_fan_mode_info_option_2_text: string;
12474
- ceiling_fan_tile_uvc_fan_disinfect: string;
12475
- ceiling_fan_tile_uvc_fan_mode: string;
12476
- history_contact_sensor_headline_text: string;
12477
- history_overview_contact_motion_field1_text: string;
12478
- history_overview_contact_motion_field2_text: string;
12479
- history_sensors_automation_empty_headline_text: string;
12480
- motion_detector_battery__state4: string;
12481
- contact_sensor_tile_headline: string;
12482
- contact_sensor_tile_status_1: string;
12483
- contact_sensor_tile_status_2: string;
12484
- motion_detector_tile_headline: string;
12485
- motion_detector_tile_status_1: string;
12486
- motion_detector_tile_status_2: string;
12487
- solar_bt_pp_battery_headline: string;
12488
- history_contact_sensor_field2_text: string;
12489
- history_contact_sensor_field2_text2: string;
12490
- ceiling_fan_feature_2_light_text_hour_off: string;
12491
- ceiling_fan_feature_2_light_text_hour_on: string;
12492
- ceiling_fan_tile_uvc_fan_direction_opt_1: string;
12493
- ceiling_fan_tile_uvc_fan_direction_opt_2: string;
12494
- ceiling_fan_tile_uvc_fan_mode_opt_1: string;
12495
- ceiling_fan_tile_uvc_fan_mode_opt_2: string;
12496
- groups_settings_power_on_behavior_secondbox_topic: string;
12497
- light_settings_default_secondtopic: string;
12498
- light_settings_default_secondbox_text: string;
12499
- groups_settings_power_on_behavior_secondbox_status_value1_topic: string;
12500
- groups_settings_power_on_behavior_secondbox_status_value1_description: string;
12501
- groups_settings_power_on_behavior_secondbox_status_value3_description: string;
12502
- groups_settings_power_on_behavior_secondbox_status_value3_topic: string;
12503
- groups_settings_power_on_behavior_disturbbox_note: string;
12504
- groups_settings_power_on_behavior_secondbox_status_value2_topic: string;
12505
- groups_settings_power_on_behavior_secondbox_status_value2_description: string;
12506
- add_matter_to_fabric_box4_text2: string;
12507
- matter_gradient_overview_headline_text: string;
12508
- matter_gradient_light_on_title: string;
12509
- matter_gradient_light_on_description_text: string;
12510
- matter_gradient_light_off_title: string;
12511
- matter_gradient_light_off_description_text: string;
12512
- edit_timeschedule_headline_text: string;
12513
- edit_wakeupschedule_headline_text: string;
12514
- edit_sleepschedule_headline_text: string;
12515
- edit_trigger_time_headline_text: string;
12516
- edit_trigger_time_button_delete_text: string;
12517
- motion_detection_time_schedule_notifications_warning_text: string;
12518
- bio_ryhthm_reset_description_text: string;
12519
- timeschedule_add_schedule_devicestate_sec_warning_text: string;
12520
- device_menu_contact_sensors_secondbox_text1: string;
12521
- device_menu_contact_sensors_secondbox_text2: string;
12522
- device_menu_contact_sensors_secondbox_text3: string;
12523
- device_menu_motion_sensors_secondbox_text1: string;
12524
- device_menu_motion_sensors_secondbox_text2: string;
12525
- device_menu_motion_sensors_secondbox_text3: string;
12526
- contact_sensor_specific_settings: string;
12527
- add_new_dynamic_mood_strip_lights_field_topic_text: string;
12528
- add_new_dynamic_mood_strip_lights_switch_tab_text1: string;
12529
- add_new_dynamic_mood_strip_lights_switch_tab_text2: string;
12530
- add_new_dynamic_mood_strip_lights_selectionfield2_topic_text: string;
12531
- add_new_dynamic_mood_strip_lights_selectionfield_value_text: string;
12532
- add_new_dynamic_mood_strip_lights_selectionfield2_value_text: string;
12533
- group_feature_music_secondsection_note: string;
12534
- devicemusic_switch_tab_device: string;
12535
- devicemusic_switch_tab_smartphone: string;
12536
- devicemusic_switch_tab_device_sensitivity: string;
12537
- strip_lights_modes_meteor_text: string;
12538
- strip_lights_modes_pileup_text: string;
12539
- strip_lights_modes_rainbow_text: string;
12540
- strip_lights_modes_rebound_text: string;
12541
- strip_lights_modes_shuttle_text: string;
12542
- strip_lights_modes_switch_text: string;
12543
- strip_lights_modes_random_text: string;
12544
- strip_lights_modes_breath_text: string;
12545
- strip_lights_modes_flash_text: string;
12546
- strip_lights_modes_flashing_text: string;
12547
- strip_lights_modes_flow_text: string;
12548
- strip_lights_modes_flutter_text: string;
12549
- strip_lights_modes_follow_text: string;
12550
- strip_lights_modes_fall_text: string;
12551
- string_lights_modes_blink_text: string;
12552
- string_lights_modes_chase_text: string;
12553
- string_lights_modes_dazzle_text: string;
12554
- devicemusic_devicemic_description_text: string;
12555
- strip_lights_modes_magic_rebound_text: string;
12556
- strip_lights_modes_magic_meteor: string;
12557
- string_lights_set_bulbs_title: string;
12558
- add_new_dynamic_mood_strip_lights_switch_tab_text3: string;
12559
- add_new_dynamic_mood_strip_lights_switch_tab_text4: string;
12560
- add_new_dynamic_mood_strip_lights_switch_tab_text5: string;
12561
- add_new_dynamic_mood_strip_lights_switch_tab_text6: string;
12562
- add_new_dynamic_mood_strip_lights_schedule_switch_tab_combination_text: string;
12563
- string_lights_set_bulbs_description_text: string;
12564
- strip_lights_mood_text1: string;
12565
- strip_lights_mood_text2: string;
12566
- strip_lights_mood_text3: string;
12567
- strip_lights_mood_text4: string;
12568
- strip_lights_mood_text5: string;
12569
- strip_lights_mood_text6: string;
12570
- strip_lights_mood_text7: string;
12571
- strip_lights_mood_text8: string;
12572
- strip_lights_mood_text9: string;
12573
- strip_lights_mood_text10: string;
12574
- strip_lights_mood_text11: string;
12575
- strip_lights_mood_text12: string;
12576
- strip_lights_mood_text13: string;
12577
- strip_lights_mood_text14: string;
12578
- strip_lights_mood_text15: string;
12579
- strip_lights_mood_text16: string;
12580
- strip_lights_mood_text17: string;
12581
- strip_lights_mood_text18: string;
12582
- strip_lights_mood_text19: string;
12583
- strip_lights_mood_text20: string;
12584
- strip_lights_mood_text21: string;
12585
- strip_lights_mood_text22: string;
12586
- strip_lights_mood_text23: string;
12587
- strip_lights_mood_text24: string;
12588
- strip_lights_mood_text25: string;
12589
- strip_lights_mood_text26: string;
12590
- strip_lights_mood_text27: string;
12591
- strip_lights_mood_text28: string;
12592
- strip_lights_mood_text29: string;
12593
- strip_lights_mood_text30: string;
12594
- strip_lights_mood_text31: string;
12595
- strip_lights_mood_text32: string;
12596
- strip_lights_mood_text33: string;
12597
- strip_lights_mood_text34: string;
12598
- strip_lights_mood_text35: string;
12599
- strip_lights_mood_text36: string;
12600
- strip_lights_mood_text37: string;
12601
- strip_lights_mood_text38: string;
12602
- strip_lights_mood_text39: string;
12603
- strip_lights_mood_text40: string;
12604
- strip_lights_mood_text41: string;
12605
- strip_lights_mood_text42: string;
12606
- strip_lights_mood_text43: string;
12607
- strip_lights_mood_text44: string;
12608
- devicemusic_classical_text: string;
12609
- devicemusic_techno_text: string;
12610
- strip_lights_headline_text: string;
12611
- strip_lights_top_strip_light_text: string;
12612
- strip_lights_bottom_strip_light_text: string;
12613
- strip_lights_left_strip_light_text: string;
12614
- strip_lights_right_strip_light_text: string;
12615
- strip_lights_start_sync_text: string;
12616
- strip_lights_await_sync_text: string;
12617
- cancel_dialog_exit_sync_title: string;
12618
- cancel_dialog_exit_sync_description: string;
12619
- socket_settings_firstbox_topic: string;
12620
- socket_settings_firstbox_status1_description: string;
12621
- socket_settings_firstbox_status2_description: string;
12622
- socket_settings_firstbox_status3_description: string;
12623
- striplight_lengthadaptationtext: string;
12624
- bt_shs_google_button_cancel_enabling: string;
12625
- striplight_adaptbutton: string;
12626
- striplight_lengthtitle: string;
12627
- striplight_actuallength: string;
12100
+ add_sleepschedule_one_source_subheadline4_text: string;
12628
12101
  };
12629
12102
  ro: {
12630
12103
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -13174,6 +12647,7 @@ declare const _default: {
13174
12647
  striplight_adaptbutton: string;
13175
12648
  striplight_lengthtitle: string;
13176
12649
  striplight_actuallength: string;
12650
+ add_sleepschedule_one_source_subheadline4_text: string;
13177
12651
  };
13178
12652
  ru: {
13179
12653
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -13723,6 +13197,7 @@ declare const _default: {
13723
13197
  striplight_adaptbutton: string;
13724
13198
  striplight_lengthtitle: string;
13725
13199
  striplight_actuallength: string;
13200
+ add_sleepschedule_one_source_subheadline4_text: string;
13726
13201
  };
13727
13202
  sk: {
13728
13203
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -14272,6 +13747,7 @@ declare const _default: {
14272
13747
  striplight_adaptbutton: string;
14273
13748
  striplight_lengthtitle: string;
14274
13749
  striplight_actuallength: string;
13750
+ add_sleepschedule_one_source_subheadline4_text: string;
14275
13751
  };
14276
13752
  sv: {
14277
13753
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -14821,6 +14297,7 @@ declare const _default: {
14821
14297
  striplight_adaptbutton: string;
14822
14298
  striplight_lengthtitle: string;
14823
14299
  striplight_actuallength: string;
14300
+ add_sleepschedule_one_source_subheadline4_text: string;
14824
14301
  };
14825
14302
  tr: {
14826
14303
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -15370,6 +14847,7 @@ declare const _default: {
15370
14847
  striplight_adaptbutton: string;
15371
14848
  striplight_lengthtitle: string;
15372
14849
  striplight_actuallength: string;
14850
+ add_sleepschedule_one_source_subheadline4_text: string;
15373
14851
  };
15374
14852
  uk: {
15375
14853
  add_new_dynamic_mood_color_changing_mode_value: string;
@@ -15919,6 +15397,7 @@ declare const _default: {
15919
15397
  striplight_adaptbutton: string;
15920
15398
  striplight_lengthtitle: string;
15921
15399
  striplight_actuallength: string;
15400
+ add_sleepschedule_one_source_subheadline4_text: string;
15922
15401
  };
15923
15402
  };
15924
15403
  export default _default;
@@ -10,6 +10,7 @@ export interface NativeProps {
10
10
  timeSchedule?: boolean;
11
11
  energieverbrauch?: object;
12
12
  moods: any[];
13
+ groupDevices: any[];
13
14
  }
14
15
  export interface DeviceInfo {
15
16
  devId: string;
@@ -40,6 +41,7 @@ interface DpState {
40
41
  declare const useDeviceInfo: () => DevInfo<DpState>;
41
42
  declare const useTimeSchedule: () => [v: boolean | undefined, f: any];
42
43
  declare const useMoods: () => [any[], (v: any[]) => void];
44
+ declare const useGroupDevices: () => [any[], (v: any[]) => void];
43
45
  declare const useEnergieverbrauch: () => (object | undefined)[];
44
46
  export declare const useEngergyGeneration: () => boolean;
45
47
  export declare function useUAGroupInfo(): UAGroupInfo;
@@ -55,5 +57,5 @@ export declare function useFeatureHook<GC, T extends PropertyValueTypes<GC>>(fea
55
57
  export declare const useFanMaxSpeed: () => 3 | 20;
56
58
  export declare const isUVCFanDevice: () => boolean;
57
59
  export declare const ldvModules: import("@reduxjs/toolkit").Reducer<NativeProps, import("@reduxjs/toolkit").AnyAction>;
58
- export declare const setNativeProps: import("@reduxjs/toolkit").ActionCreatorWithPayload<NativeProps, string>, setGroupNativeProps: import("@reduxjs/toolkit").ActionCreatorWithPayload<NativeProps, string>, setDps: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>, setTimeSchedule: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>, setEnergieverbrauch: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
59
- export { asyncSetDps, simpleSetDps, simpleSetDp, useDeviceId, useDeviceInfo, useDp, useScaledDp, useDps, useFamilyName, useRole, useTimeSchedule, useMoods, useEnergieverbrauch, };
60
+ export declare const setNativeProps: import("@reduxjs/toolkit").ActionCreatorWithPayload<NativeProps, string>, setGroupNativeProps: import("@reduxjs/toolkit").ActionCreatorWithPayload<NativeProps, string>, setDps: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>, setTimeSchedule: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>, setMoods: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>, setGroupDevices: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>, setEnergieverbrauch: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
61
+ export { asyncSetDps, simpleSetDps, simpleSetDp, useDeviceId, useDeviceInfo, useDp, useScaledDp, useDps, useFamilyName, useRole, useTimeSchedule, useMoods, useGroupDevices, useEnergieverbrauch, };