FlespiSubmodule enum

Inheritance
Available extensions

Values

connections → const FlespiSubmodule

connections is the submodule for the connections. Flespi definition: connections

Only used when with the following FlespiUri:

logs → const FlespiSubmodule

logs is the submodule for the logs. Flespi definition: logs

Only used when with the following FlespiUri:

messages → const FlespiSubmodule

messages is the submodule for the messages. Flespi definition: messages

Only used when with the following FlespiUri:

idents → const FlespiSubmodule

idents is the submodule for the idents. Flsepi definition: idents

Only used when with the following FlespiUri:

calculate → const FlespiSubmodule

calculate is the submodule for the calculate. Flsepi definition: calculate

Only used when with the following FlespiUri:

settings → const FlespiSubmodule

settings is the submodule for the settings. Flsepi definition: settings

Only used when with the following FlespiUri:

snapshots → const FlespiSubmodule

snapshots is the submodule for the snapshots. Flsepi definition: snapshots

Only used when with the following FlespiUri:

media → const FlespiSubmodule

media is the submodule for the media. Flsepi definition: media

Only used when with the following FlespiUri:

telemetry → const FlespiSubmodule

telemetry is the submodule for the telemetry. Flsepi definition: telemetry

Only used when with the following FlespiUri:

packets → const FlespiSubmodule

packets is the submodule for the packets. Flsepi definition: packets

Only used when with the following FlespiUri:

commands → const FlespiSubmodule

commands is the submodule for the commands. Flsepi definition: commands

Only used when with the following FlespiUri:

commandsQueue → const FlespiSubmodule

commandsQueue is the submodule for the commands queue. Flsepi definition: commands-queue

Only used when with the following FlespiUri:

commandsResult → const FlespiSubmodule

commandsResult is the submodule for the commands result. Flsepi definition: commands-result

Only used when with the following FlespiUri:

sms → const FlespiSubmodule

sms is the submodule for the SMS. Flsepi definition: sms

Only used when with the following FlespiUri:

devices → const FlespiSubmodule

devices is the submodule for the devices. Flsepi definition: devices

Only used when with the following FlespiUri:

channels → const FlespiSubmodule

channels is the submodule for the channels. Flsepi definition: channels

Only used when with the following FlespiUri:

groups → const FlespiSubmodule

groups is the submodule for the groups. Flsepi definition: groups

Only used when with the following FlespiUri:

geofences → const FlespiSubmodule

geofences is the submodule for the geofences. Flsepi definition: geofences

Only used when with the following FlespiUri:

files → const FlespiSubmodule

files is the submodule for the files. Flsepi definition: files

Only 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.