@eohjsc/react-native-smart-city 0.7.3-rc19 → 0.7.3-rc20

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.7.3-rc19",
4
+ "version": "0.7.3-rc20",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -147,6 +147,7 @@ describe('Test SetSchedule', () => {
147
147
  type: 'schedule',
148
148
  unit: 1,
149
149
  },
150
+ unitId: 1,
150
151
  closeScreen: 'UnitDetail',
151
152
  });
152
153
  });
@@ -54,6 +54,7 @@ const SetSchedule = ({ route }) => {
54
54
  date_repeat: date.format('YYYY-MM-DD'),
55
55
  weekday_repeat: weekday,
56
56
  },
57
+ unitId: automate.unit,
57
58
  });
58
59
  }, [navigate, closeScreen, automate, repeat, time, date, weekday]);
59
60