File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- using VRCOSC . Game . Modules . Bases . Heartrate ;
1
+ using VRCOSC . Game . Modules ;
2
+ using VRCOSC . Game . Modules . Bases . Heartrate ;
2
3
using Windows . Devices . Bluetooth . Advertisement ;
3
4
4
5
namespace BluetoothHeartrateModule
5
6
{
7
+ [ ModuleTitle ( "Bluetooth Heartrate" ) ]
8
+ [ ModuleDescription ( "Displays heartrate data from Bluetooth-based heartrate sensors" ) ]
9
+ [ ModuleAuthor ( "DJDavid98" ) ]
6
10
public partial class BluetoothHeartrateModule : HeartrateModule < BluetoothHeartrateProvider >
7
11
{
8
- public override string Title => "Bluetooth Heartrate" ;
9
- public override string Description => "Displays heartrate data from Bluetooth-based heartrate sensors" ;
10
- public override string Author => "DJDavid98" ;
11
- public override ModuleType Type => ModuleType . Health ;
12
- protected override TimeSpan DeltaUpdate => TimeSpan . FromSeconds ( 1 ) ;
13
-
14
12
private WebsocketHeartrateServer wsServer ;
15
13
internal BluetoothLEAdvertisementWatcher ? watcher ;
16
14
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0-windows10.0.22621.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
- <AssemblyVersion >1.3.0 </AssemblyVersion >
8
- <FileVersion >1.3.0 </FileVersion >
7
+ <AssemblyVersion >1.3.1 </AssemblyVersion >
8
+ <FileVersion >1.3.1 </FileVersion >
9
9
<Authors >DJDavid98</Authors >
10
10
<Product >Bluetooth Heartrate</Product >
11
11
<ApplicationIcon >logo\logo.ico</ApplicationIcon >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" VolcanicArts.VRCOSC.SDK" Version =" 2023.601 .0" />
15
+ <PackageReference Include =" VolcanicArts.VRCOSC.SDK" Version =" 2023.805 .0" />
16
16
</ItemGroup >
17
17
18
18
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
You can’t perform that action at this time.
0 commit comments