openclaw/apps/shared/MoltbotKit/Sources/MoltbotKit/LocationSettings.swift
2026-01-27 14:12:47 -06:00

8 lines
145 B
Swift

import Foundation
public enum MoltbotLocationMode: String, Codable, Sendable, CaseIterable {
case off
case whileUsing
case always
}