Skip to content
Snippets Groups Projects

Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...

Closed Guilherme Arthur Gerônimo requested to merge master into prod
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -10,10 +10,10 @@ if __name__ == '__main__':
# ...
# DO SOMETHING HERE
smartdata['smartdata']['value'] = float(smartdata['smartdata']['value']/2) # example
smartdata['value'] = float(smartdata['value']/2) # example
# ...
#+++++++++++++++++ DO NOT CHANGE THIS LINE +++++++++++++++++
print(json.dumps(smartdata)) # Send smartdata back to PHP
#+++++++++++++++++ DO NOT CHANGE THIS LINE +++++++++++++++++
#+++++++++++++++++ DO NOT CHANGE THIS LINE +++++++++++++++++
\ No newline at end of file
Loading