started: boolean
stationInfo: ChargingStationInfo
supervisionUrl: string
- wsState?:
- | typeof WebSocket.CLOSED
-
+ wsState?: typeof WebSocket.CLOSED
}
export interface ChargingStationInfo extends JsonObject {
</template>
<script setup lang="ts">
-import type { ChargingStationData, ResponsePayload, SimulatorState, UIServerConfigurationSection, UUIDv4 } from 'ui-common'
+import type {
+ ChargingStationData,
+ ResponsePayload,
+ SimulatorState,
+ UIServerConfigurationSection,
+ UUIDv4,
+} from 'ui-common'
import { computed, onMounted, onUnmounted, ref, watch } from 'vue'
import { useToast } from 'vue-toast-notification'