FlespiSubmodule enum
Values
- connections → const FlespiSubmodule
-
connections is the submodule for the connections. Flespi definition:
connectionsOnly used when with the following FlespiUri:
- logs → const FlespiSubmodule
-
logs is the submodule for the logs. Flespi definition:
logsOnly used when with the following FlespiUri:
- messages → const FlespiSubmodule
-
messages is the submodule for the messages. Flespi definition:
messagesOnly used when with the following FlespiUri:
- idents → const FlespiSubmodule
-
idents is the submodule for the idents. Flsepi definition:
identsOnly used when with the following FlespiUri:
- calculate → const FlespiSubmodule
-
calculate is the submodule for the calculate. Flsepi definition:
calculateOnly used when with the following FlespiUri:
- settings → const FlespiSubmodule
-
settings is the submodule for the settings. Flsepi definition:
settingsOnly used when with the following FlespiUri:
- snapshots → const FlespiSubmodule
-
snapshots is the submodule for the snapshots. Flsepi definition:
snapshotsOnly used when with the following FlespiUri:
- media → const FlespiSubmodule
-
media is the submodule for the media. Flsepi definition:
mediaOnly used when with the following FlespiUri:
- telemetry → const FlespiSubmodule
-
telemetry is the submodule for the telemetry. Flsepi definition:
telemetryOnly used when with the following FlespiUri:
- packets → const FlespiSubmodule
-
packets is the submodule for the packets. Flsepi definition:
packetsOnly used when with the following FlespiUri:
- commands → const FlespiSubmodule
-
commands is the submodule for the commands. Flsepi definition:
commandsOnly used when with the following FlespiUri:
- commandsQueue → const FlespiSubmodule
-
commandsQueue is the submodule for the commands queue. Flsepi definition:
commands-queueOnly used when with the following FlespiUri:
- commandsResult → const FlespiSubmodule
-
commandsResult is the submodule for the commands result. Flsepi definition:
commands-resultOnly used when with the following FlespiUri:
- sms → const FlespiSubmodule
-
sms is the submodule for the SMS. Flsepi definition:
smsOnly used when with the following FlespiUri:
- devices → const FlespiSubmodule
-
devices is the submodule for the devices. Flsepi definition:
devicesOnly used when with the following FlespiUri:
- channels → const FlespiSubmodule
-
channels is the submodule for the channels. Flsepi definition:
channelsOnly used when with the following FlespiUri:
- groups → const FlespiSubmodule
-
groups is the submodule for the groups. Flsepi definition:
groupsOnly used when with the following FlespiUri:
- geofences → const FlespiSubmodule
-
geofences is the submodule for the geofences. Flsepi definition:
geofencesOnly used when with the following FlespiUri:
- files → const FlespiSubmodule
-
files is the submodule for the files. Flsepi definition:
filesOnly used when with the following FlespiUri:
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
String json) → FlespiSubmodule
Constants
-
values
→ const List<
FlespiSubmodule> - A constant List of the values in this enum, in order of their declaration.