Skip to content

Commit

Permalink
added int value of heart rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vard committed Mar 3, 2022
1 parent 132a2fb commit 29c7960
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,17 @@ server.on('connection', ws => {
value: data/255
}
};
let heartrate3 = {
address: "/avatar/parameters/Heartrate3",
args:
{
type: "i",
value: data
}
};
vrchatOSC.send(heartrate);
vrchatOSC.send(heartrate2);
vrchatOSC.send(heartrate3);
}
});
});

0 comments on commit 29c7960

Please sign in to comment.