9 lines
159 B
Plaintext
Executable File
9 lines
159 B
Plaintext
Executable File
#!/command/with-contenv bashio
|
|
|
|
if bashio::config.has_value 'clientid'; then
|
|
bashio::log.info "Set ClientId"
|
|
fi
|
|
|
|
#TEST
|
|
bashio::config 'devices' 'john_doe'
|