mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
cleanup
This commit is contained in:
@@ -269,14 +269,6 @@ export default defineComponent({
|
|||||||
const dataStatuses = this.apiStore.dataStatuses;
|
const dataStatuses = this.apiStore.dataStatuses;
|
||||||
const swdrStatuses = this.apiStore.activeData?.apiStatuses;
|
const swdrStatuses = this.apiStore.activeData?.apiStatuses;
|
||||||
|
|
||||||
let lights = {
|
|
||||||
greenBlinkLight: false,
|
|
||||||
greenLight: false,
|
|
||||||
orangeLight: false,
|
|
||||||
redBottomLight: false,
|
|
||||||
redTopLight: false
|
|
||||||
};
|
|
||||||
|
|
||||||
let message = 'S3';
|
let message = 'S3';
|
||||||
|
|
||||||
switch (dataStatuses.connection) {
|
switch (dataStatuses.connection) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import http from '../http';
|
import http from '../http';
|
||||||
import { API, APIDataStatus } from '../typings/api';
|
import { API } from '../typings/api';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import { Status } from '../typings/common';
|
import { Status } from '../typings/common';
|
||||||
import { StationJSONData } from './typings';
|
import { StationJSONData } from './typings';
|
||||||
|
|||||||
Reference in New Issue
Block a user