Skip to content

Commit

Permalink
Report std c8y signalstrength fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
amalabey committed Dec 6, 2020
1 parent 4bf9205 commit 5534581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ void loop()
int8_t rssi = WiFi.RSSI();
char rssiStr[10];
sprintf(rssiStr, "%d", rssi);
_client.createMeasurement("SignalStrength", "T", rssiStr, (char *)"*m");
_client.createMeasurement("c8y_SignalStrength", "rssi", rssiStr, (char *)"dBm");
}

0 comments on commit 5534581

Please sign in to comment.