Skip to content

Commit

Permalink
NOISSUE - Fix value metadata in messages page metadata (#146)
Browse files Browse the repository at this point in the history
* fix value in pm

Signed-off-by: wambuipixel <[email protected]>

* add changeset

Signed-off-by: wambuipixel <[email protected]>

---------

Signed-off-by: wambuipixel <[email protected]>
  • Loading branch information
wambui-pixel authored Feb 10, 2025
1 parent 3216d48 commit cbdedb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-ways-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@absmach/magistrala-sdk": patch
---

This fixes the value param in messages page metadata
2 changes: 1 addition & 1 deletion src/defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export interface MessagesPageMetadata extends PageMetadata {
vd?: string;
aggregation?: string;
interval?: string;
value?: number;
v?: number;
}

export interface SenMLMessage {
Expand Down

0 comments on commit cbdedb9

Please sign in to comment.