Dodanie skryptu MQTT

This commit is contained in:
Angelones12
2026-04-16 00:01:53 +02:00
parent 6863bba9ac
commit 3344421418
6 changed files with 154 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
using System;
[Serializable]
public class HeartRateData
{
// Jeśli serwer wysyła {"hr": 70}, to musi być 'hr'
public int hr;
}