mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
fix: use correct overload for PostStatusMessage
This commit is contained in:
parent
1360de599f
commit
a782b57100
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ namespace PepperDash.Essentials.Touchpanel
|
||||||
this.LogInformation("Setting theme to {theme}", theme.Value);
|
this.LogInformation("Setting theme to {theme}", theme.Value);
|
||||||
_tpDevice.UpdateTheme(theme.Value);
|
_tpDevice.UpdateTheme(theme.Value);
|
||||||
|
|
||||||
PostStatusMessage(JToken.FromObject(new { theme = theme.Value }), id);
|
PostStatusMessage(JToken.FromObject(new { theme = theme.Value }), clientId: id);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue