Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ayushsharma82/ESP-DASH
/ functions
Functions
132 in github.com/ayushsharma82/ESP-DASH
⨍
Functions
132
◇
Types & classes
23
↓ 7 callers
Method
id
component ID
src/dash/Component.h:33
↓ 5 callers
Method
setProvider
register a provider from where to get the statistic value
src/dash/Statistics.h:77
↓ 5 callers
Method
setValue
src/dash/Cards.h:40
↓ 3 callers
Method
add
Add a component to the dashboard and return true if the component was added, false if the component ID was already present
src/ESPDash.cpp:140
↓ 3 callers
Method
family
src/dash/Cards.h:18
↓ 2 callers
Method
name
component name or title
src/dash/Component.h:35
↓ 2 callers
Method
onEvent
src/dash/Cards.h:370
↓ 2 callers
Method
toJson
src/dash/Cards.h:19
↓ 1 callers
Method
clearChanges
clear all component change flags. hasChanged() will return false after this call
src/dash/Component.h:43
↓ 1 callers
Method
hasChanged
check if one of the component property has changed
src/dash/Component.h:38
↓ 1 callers
Method
on
src/dash/Cards.h:258
↓ 1 callers
Method
selfUpdate
auto-update the component internally some components like StatisticProvider are capable of automatically updating their values before a dashboard refr
src/dash/Component.h:56
↓ 1 callers
Method
send
src/ESPDash.cpp:266
Method
BarChart
src/dash/Charts.h:64
Method
Card
construct a new card and add it to the dashboard
src/dash/Cards.h:25
Method
Chart
construct a new chart and add it to the dashboard
src/dash/Charts.h:50
Method
Component
src/ESPDash.cpp:10
Method
Component
construct a new component without adding it to any dashboard
src/dash/Component.h:80
Method
ESPDash
src/ESPDash.h:86
Method
ESPDash
src/ESPDash.cpp:14
Method
FeedbackCard
src/dash/Cards.h:186
Method
GenericCard
src/dash/Cards.h:99
Method
HumidityCard
src/dash/Cards.h:157
Method
PercentageSliderCard
src/dash/Cards.h:389
Method
ProgressCard
src/dash/Cards.h:280
Method
SeparatorCard
src/dash/Cards.h:231
Method
SliderCard
src/dash/Cards.h:353
Method
Statistic
construct a new statistic and add it to the dashboard
src/dash/Statistics.h:25
Method
StatisticProvider
construct a new statistic and add it to the dashboard
src/dash/Statistics.h:70
Method
StatisticValue
construct a new statistic and add it to the dashboard
src/dash/Statistics.h:37
Method
TemperatureCard
src/dash/Cards.h:128
Method
ToggleButtonCard
src/dash/Cards.h:252
Method
ValueCard
src/dash/Cards.h:88
Method
Widget
src/dash/Widget.h:8
Method
family
src/dash/Charts.h:11
Method
family
src/dash/Statistics.h:21
Method
generateLayoutJSON
generates the layout JSON string to the frontend
src/ESPDash.cpp:157
Method
hasClient
src/ESPDash.h:103
Method
hasValue
src/dash/Cards.h:36
Method
isAsyncAccessInProgress
can be used to check if the async_http task might currently access the cards data, in which case you should not modify them
src/ESPDash.h:107
Method
jsonKey
src/ESPDash.h:81
Method
jsonKey
src/ESPDash.cpp:293
Method
max
src/dash/Cards.h:286
Method
min
src/dash/Cards.h:285
Method
nextId
generate a new unique component ID
src/dash/Component.h:94
Method
off
src/dash/Cards.h:259
Method
onBeforeUpdate
Register a callback that will be called before some updates will be sent to the client. This callback can be used for example to refresh some card val
src/ESPDash.h:113
Method
onChange
src/dash/Cards.h:261
Method
onChange
src/dash/Cards.h:368
Method
onEvent
src/dash/Component.h:76
Method
onEvent
src/dash/Cards.h:263
Method
refresh
src/ESPDash.cpp:318
Method
refreshLayout
src/ESPDash.h:100
Method
remove
src/ESPDash.cpp:152
Method
removeValue
src/dash/Cards.h:64
Method
selfUpdate
update the statistic value by calling the provider and returns true if the value has changed
src/dash/Statistics.h:80
Method
sendUpdates
Send Card Updates to all clients */
src/ESPDash.cpp:308
Method
setAuthentication
src/ESPDash.h:92
Method
setAuthentication
src/ESPDash.cpp:130
Method
setChange
mark a component property as changed
src/dash/Component.h:85
Method
setFeedback
src/dash/Cards.h:211
Method
setMax
src/dash/Cards.h:307
Method
setMessage
src/dash/Cards.h:205
Method
setMin
src/dash/Cards.h:297
Method
setName
change component name (not all components support a name change)
src/dash/Component.h:46
Method
setOptionalValue
src/dash/Cards.h:56
Method
setStatus
src/dash/Cards.h:197
Method
setStep
src/dash/Cards.h:360
Method
setSubtitle
src/dash/Cards.h:240
Method
setSymbol
src/dash/Cards.h:106
Method
setUnit
src/dash/Cards.h:135
Method
setUnit
src/dash/Cards.h:164
Method
setUnit
src/dash/Cards.h:289
Method
setValue
src/dash/Cards.h:317
Method
setValue
update the statistic value and returns true if the value has changed
src/dash/Statistics.h:44
Method
setX
set the x-axis values
src/dash/Charts.h:19
Method
setY
set the y-axis values
src/dash/Charts.h:27
Method
status
src/dash/Cards.h:195
Method
step
src/dash/Cards.h:358
Function
string_as
src/dash/Defines.h:82
Method
symbol
src/dash/Cards.h:104
Method
toJson
src/dash/Component.h:58
Method
toJson
src/dash/Cards.h:72
Method
toJson
src/dash/Cards.h:114
Method
toJson
src/dash/Cards.h:143
Method
toJson
src/dash/Cards.h:172
Method
toJson
src/dash/Cards.h:217
Method
toJson
src/dash/Cards.h:242
Method
toJson
src/dash/Cards.h:268
Method
toJson
src/dash/Cards.h:333
Method
toJson
src/dash/Cards.h:375
Method
toJson
src/dash/Charts.h:34
Method
toJson
src/dash/Statistics.h:15
Method
toJson
src/dash/Widget.h:17
Function
toJsonValue
src/dash/Defines.h:42
Function
to_string
src/dash/Defines.h:59
Method
toggle
src/dash/Cards.h:257
Method
type
src/dash/Cards.h:102
Method
type
src/dash/Cards.h:131
Method
type
src/dash/Cards.h:160
next →
1–100 of 132, ranked by callers