We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 898acb9 + 77e0b7d commit dc793f1Copy full SHA for dc793f1
interface/src/app/main/Dashboard.tsx
@@ -82,7 +82,7 @@ const Dashboard = memo(() => {
82
if (!selectedDashboardItem) {
83
return;
84
}
85
- const id = selectedDashboardItem.id; // this is the parent ID
+ const id = selectedDashboardItem.parentNode.id; // this is the parent ID
86
await sendDeviceValue({ id, c: devicevalue.c ?? '', v: devicevalue.v })
87
.then(() => {
88
toast.success(LL.WRITE_CMD_SENT());
0 commit comments