mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: compatibility with trmnl simulator
This commit is contained in:
parent
e6a2bdb3bc
commit
1983197c98
4 changed files with 32 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ class DeviceFactory extends Factory
|
|||
'mac_address' => $this->faker->macAddress(),
|
||||
'default_refresh_interval' => '900',
|
||||
'friendly_id' => Str::random(6),
|
||||
'api_key' => 'tD-'.Str::random(19),
|
||||
'api_key' => Str::random(22),
|
||||
'user_id' => 1,
|
||||
'last_battery_voltage' => $this->faker->randomFloat(2, 3.0, 4.2),
|
||||
'last_rssi_level' => $this->faker->numberBetween(-100, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue