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