diff --git a/src/devices/Bno055/Bno055Sensor.cs b/src/devices/Bno055/Bno055Sensor.cs index 216317c0488a6f11cf285726790973f8fe299e69..60d17d8a821c73408d617b0a6e1e8a6ca4c53ea0 100644 --- a/src/devices/Bno055/Bno055Sensor.cs +++ b/src/devices/Bno055/Bno055Sensor.cs @@ -215,7 +215,7 @@ namespace Iot.Device.Bno055 /// Get the latest error /// /// Returns the latest error - [Telemetry("Status")] + [Telemetry("Error")] public Error GetError() => (Error)ReadByte(Registers.SYS_ERR); ///