Immediate value presentation when adding datapoint to trigger

This commit is contained in:
Magnus Åhall 2024-07-04 16:48:57 +02:00
parent 3227c22de1
commit 0de7ca4bef
2 changed files with 17 additions and 2 deletions

View file

@ -158,7 +158,7 @@ export class Trigger {
alert(json.Error)
return
}
this.datapoints[dp.Name] = dp
this.datapoints[dp.Name] = json.Datapoint
})
}//}}}
}