1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Add TODO for VILLASnode status updates

This commit is contained in:
Sonja Happ 2021-01-05 15:54:08 +01:00
parent c5c8863ca2
commit d4ec861103

View file

@ -34,6 +34,10 @@ class ICStatusStore extends ArrayStore {
case 'ic-status/status-received':
let tempData = action.data;
tempData.icID = action.icid;
// TODO: edit state (e.g. running) of IC according to received state (only for ICs that are NOT managed externally)
// TODO: playback state info to backend using start-edit dispatch for IC
return this.updateElements(state, [tempData]);
case 'ic-status/status-error':