We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad0214 commit f148e57Copy full SHA for f148e57
1 file changed
README.md
@@ -70,6 +70,7 @@ export default function App() {
70
setWeight(data[0]?.value);
71
});
72
73
+ //Writing health data
74
write(HealthLinkDataType.BloodGlucose, {
75
value: 4.5,
76
unit: BloodGlucoseUnit.MmolPerL,
0 commit comments