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:
parent
c5c8863ca2
commit
d4ec861103
1 changed files with 4 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue