Skip to content

Commit

Permalink
version to 1.4.10+74
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Feb 5, 2024
1 parent df38738 commit 66d219f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/presentation/pages/add_scene_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class _AddScenePageState extends State<AddScenePage> {
uniqueId: UniqueId(),
name: SceneCbjName(sceneName),
backgroundColor: SceneCbjBackgroundColor(Colors.red.toString()),
automationString: SceneCbjAutomationString(''),
nodeRedFlowId: SceneCbjNodeRedFlowId(''),
firstNodeId: SceneCbjFirstNodeId(''),
iconCodePoint:
Expand All @@ -76,6 +75,7 @@ class _AddScenePageState extends State<AddScenePage> {
entityStateGRPC: SceneCbjDeviceStateGRPC(EntityStateGRPC.ack.name),
actions: actions,
areaPurposeType: AreaPurposesTypes.undefined,
entitiesWithAutomaticPurpose: EntitiesWithAutomaticPurpose(HashSet()),
);

ConnectionsService.instance.addScene(scene);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cybearjinni
description: CyBear Jinni app to interact with your CyBear Jinni Smart Devices
version: 1.4.9+73
version: 1.4.10+74
homepage: https://cybearjinni.com

publish_to: 'none'
Expand Down

0 comments on commit 66d219f

Please sign in to comment.