@ledvance/ui-biz-bundle 1.1.102 → 1.1.103
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/package.json
CHANGED
|
@@ -66,7 +66,7 @@ export function getDefMoodList(option: DefMoodOption) {
|
|
|
66
66
|
if (option.isSupportTemperature && option.isSupportBrightness) {
|
|
67
67
|
return getRGBWDefSceneList();
|
|
68
68
|
}
|
|
69
|
-
if (option.
|
|
69
|
+
if (option.isSupportBrightness) {
|
|
70
70
|
return getRGBDefSceneList();
|
|
71
71
|
}
|
|
72
72
|
return getOnlyRGBDefSceneList();
|
|
@@ -206,13 +206,6 @@ function getOnlyRGBDefSceneList(): RemoteMoodInfo[] {
|
|
|
206
206
|
t: 0,
|
|
207
207
|
e: false,
|
|
208
208
|
},
|
|
209
|
-
{
|
|
210
|
-
n: I18n.getLang('mesh_device_detail_lighting_white_mode'),
|
|
211
|
-
i: '0646460100000000000003e8000046460100000000000003e8019046460100000000000003e803e8',
|
|
212
|
-
s: '',
|
|
213
|
-
t: 0,
|
|
214
|
-
e: false,
|
|
215
|
-
},
|
|
216
209
|
...defColorSceneList,
|
|
217
210
|
];
|
|
218
211
|
}
|
|
@@ -192,7 +192,7 @@ export function stripObj2Dp(mood: MoodInfo, isStringLight: boolean = false) {
|
|
|
192
192
|
speed,
|
|
193
193
|
nodes,
|
|
194
194
|
} = mood.mainLamp;
|
|
195
|
-
const versionHex = nToHS(
|
|
195
|
+
const versionHex = nToHS(1);
|
|
196
196
|
const idHex = nToHS(mood.id);
|
|
197
197
|
const modeHex = nToHS(mode);
|
|
198
198
|
const intervalTimeHex = nToHS(speed);
|