@page "/" @using UI_SequentMicrosystems.Services @inject NavigationManager Navigator @inject SyncService _SyncService Welcome
TesDevice App V1.2
Added Clients Synchronization
TesDevice App V1.1
Added Automatic points Saving, Calibration and Calculating RTDCard values change in last 3O minutes in saved points
TesDevice App V1.O
First Fully function Build --> Reading RTD cards, RTD Graph, Points Saving and exporting as csv
@code{ protected override void OnInitialized() { //_RTD8TMService.SetAddress("http://10.250.251.131/"); _SyncService.SetAddress(Navigator.BaseUri); } }