mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-22 22:36:08 +01:00
* deconz: Refactor * Disable shellcheck warning * Fix wiringpi * Bump version 6.0.0 * fix osram ota * Revert file & update changelog * Small bugfixes * Exclude Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
13 lines
338 B
Plaintext
Executable File
13 lines
338 B
Plaintext
Executable File
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Trigger a uDEV reload
|
|
# ==============================================================================
|
|
|
|
# Give udevd time to start
|
|
sleep 3
|
|
bashio::hardware.trigger
|
|
|
|
# Again, just to be sure
|
|
sleep 10
|
|
bashio::hardware.trigger
|