jeedom / core

Software for home automation
https://www.jeedom.com
GNU General Public License v2.0
383 stars 311 forks source link

[FIX] Clone eqLogic => handle new cmd id #2540

Closed zoic21 closed 1 day ago

zoic21 commented 2 months ago

When we clone eqLogic some information are link to old cmd id (of eqLogic source), need to be replace with new cmd id (from clone result eqLogic) like information field for graph in widget background

Mips2648 commented 2 days ago

Hello, Apart backgraph cmdId which I propose to fix in https://github.com/jeedom/core/pull/2727, do you have another case in mind for this issue?

zoic21 commented 1 day ago

Only one I can see it's maybe case like virtual plugin do calcul with cmd. It's a special case sometime it's needed sometime not... So we can close this issue when PR is merge for me.