Skip to content
Merged

clean #127

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function mobile_update()
$cmd = cmd::byEqLogicIdAndLogicalId($mobile->getId(), $oldLogical);
if (is_object($cmd)) {
if ($oldLogical == 'phoneBattery'){
log::add('mobile', 'debug', '| Migrate Calcul Value Offset : #value# * 100');
$cmd->setConfiguration('calculValueOffset', '#value# * 100');
log::add('mobile', 'debug', '| Migrate Calcul Value Offset : #value# * 100');
$cmd->setConfiguration('calculValueOffset', '#value# * 100');
}
log::add('mobile', 'debug', '| Migrate logicalId ' . $oldLogical . ' to ' . $newLogical . ' for the command ' . $cmd->getHumanName());
$cmd->setLogicalId($newLogical);
Expand Down