changed order
parent
be81177b9f
commit
0c4db80d8c
|
@ -93,20 +93,20 @@ export default function AddSceneActionModalContent({ navigation, route }) {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Action
|
<Action
|
||||||
text={t("screens.device.scenes.modalAddSceneAction.actions.motor")}
|
text={t(
|
||||||
iconName={ActionTypeIconName(Constants.actionType.motor)}
|
"screens.device.scenes.modalAddSceneAction.actions.ambilight"
|
||||||
imageSource={require("../../../../../assets/motor.gif")}
|
)}
|
||||||
|
iconName={ActionTypeIconName(Constants.actionType.ambilight)}
|
||||||
|
imageSource={require("../../../../../assets/ambilight.gif")}
|
||||||
onPress={() => console.log("pressed action")}
|
onPress={() => console.log("pressed action")}
|
||||||
deviceFirmwareVersion={deviceFirmwareVersion}
|
deviceFirmwareVersion={deviceFirmwareVersion}
|
||||||
supportedFirmwareVersions={["1.0.1"]}
|
supportedFirmwareVersions={["1.0.1"]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Action
|
<Action
|
||||||
text={t(
|
text={t("screens.device.scenes.modalAddSceneAction.actions.motor")}
|
||||||
"screens.device.scenes.modalAddSceneAction.actions.ambilight"
|
iconName={ActionTypeIconName(Constants.actionType.motor)}
|
||||||
)}
|
imageSource={require("../../../../../assets/motor.gif")}
|
||||||
iconName={ActionTypeIconName(Constants.actionType.ambilight)}
|
|
||||||
imageSource={require("../../../../../assets/ambilight.gif")}
|
|
||||||
onPress={() => console.log("pressed action")}
|
onPress={() => console.log("pressed action")}
|
||||||
deviceFirmwareVersion={deviceFirmwareVersion}
|
deviceFirmwareVersion={deviceFirmwareVersion}
|
||||||
supportedFirmwareVersions={["1.0.1"]}
|
supportedFirmwareVersions={["1.0.1"]}
|
||||||
|
|
Loading…
Reference in New Issue