mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: prefer png format on firmware versions >=1.5.2
This commit is contained in:
parent
cc63c8cce2
commit
ad5ff5d2c9
12 changed files with 215 additions and 27 deletions
|
|
@ -448,9 +448,9 @@ test('authenticated user can fetch their devices', function () {
|
|||
'friendly_id',
|
||||
'mac_address',
|
||||
'battery_voltage',
|
||||
'rssi'
|
||||
]
|
||||
]
|
||||
'rssi',
|
||||
],
|
||||
],
|
||||
])
|
||||
->assertJsonCount(2, 'data');
|
||||
|
||||
|
|
@ -463,9 +463,9 @@ test('authenticated user can fetch their devices', function () {
|
|||
'friendly_id' => $devices[0]->friendly_id,
|
||||
'mac_address' => $devices[0]->mac_address,
|
||||
'battery_voltage' => 3.72,
|
||||
'rssi' => -63
|
||||
]
|
||||
]
|
||||
'rssi' => -63,
|
||||
],
|
||||
],
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue