Skip to content

Commit

Permalink
[FIX] IoT : Variable name correction
Browse files Browse the repository at this point in the history
This commit replace "data" by "iot_box" which is more representative
of the values it contains
  • Loading branch information
qle-odoo committed Feb 15, 2019
1 parent b89390f commit 6b97f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/hw_drivers/controllers/driver.py
Expand Up @@ -209,7 +209,7 @@ def send_alldevices(self): # Send device to Odoo
}
data = {
'params': {
'data' : iot_box,
'iot_box' : iot_box,
'devices' : devices_list,
}
}
Expand Down

0 comments on commit 6b97f7e

Please sign in to comment.