Advertisement
riccefarias76

Bateria Ev02 Traccar

May 17th, 2021
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. (((batteryLevel*6) / 1600) & 0x07)>=6 ? 'Alta/Carregando':
  2. (((batteryLevel*6) / 1600) & 0x07)==5 ? 'Alta':
  3. (((batteryLevel*6) / 1600) & 0x07)==4 ? 'Média':
  4. (((batteryLevel*6) / 1600) & 0x07)==3 ? 'Normal':
  5. (((batteryLevel*6) / 1600) & 0x07)==2 ? 'Baixa':
  6. (((batteryLevel*6) / 1600) & 0x07)==1 ? 'Muito Baixa':'Desligando'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement