mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Prettified Code!
This commit is contained in:
parent
a6eec88337
commit
cf06bbffea
1 changed files with 2 additions and 2 deletions
|
@ -149,12 +149,12 @@ export async function setRadioParametersFrequency(frequency) {
|
||||||
}
|
}
|
||||||
export async function setRadioParametersMode(mode) {
|
export async function setRadioParametersMode(mode) {
|
||||||
return await apiPost("/radio", {
|
return await apiPost("/radio", {
|
||||||
radio_mode: mode
|
radio_mode: mode,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
export async function setRadioParametersRFLevel(rf_level) {
|
export async function setRadioParametersRFLevel(rf_level) {
|
||||||
return await apiPost("/radio", {
|
return await apiPost("/radio", {
|
||||||
radio_rf_level: rf_level
|
radio_rf_level: rf_level,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
export async function getRadioStatus() {
|
export async function getRadioStatus() {
|
||||||
|
|
Loading…
Reference in a new issue