Skip to content
Snippets Groups Projects
Select Git revision
  • 86a32395ee83da4b26eb0db97957b05e18c09c7f
  • without_tipselection default
  • develop protected
  • fix/grafana-local-dashboard
  • wasp
  • fix/dashboard-explorer-freeze
  • master
  • feat/timerqueue
  • test/sync_debug_and_650
  • feat/sync_revamp_inv
  • wip/sync
  • tool/db-recovery
  • portcheck/fix
  • fix/synchronization
  • feat/new-dashboard-analysis
  • feat/refactored-analysis-dashboard
  • feat/new-analysis-dashboard
  • test/demo-prometheus-fpc
  • prometheus_metrics
  • wip/analysis-server
  • merge/fpc-test-value-transfer
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
28 results

timerqueue_test.go

jkerdreux-imt's avatar
KERDREUX Jerome authored
In the Python lamps, I used a trick to convert input to int.. temp =
int(white_temperature). But the dashboard was sending white_temperature
= '3000', yes a string and Py is ok w/ that. int('3000') = 3000

This fix the issue.
fc6432a0
History