MCPcopy Create free account

hub / github.com/ayushsharma82/ESP-DASH / functions

Functions132 in github.com/ayushsharma82/ESP-DASH

↓ 7 callersMethodid
component ID
src/dash/Component.h:33
↓ 5 callersMethodsetProvider
register a provider from where to get the statistic value
src/dash/Statistics.h:77
↓ 5 callersMethodsetValue
src/dash/Cards.h:40
↓ 3 callersMethodadd
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 callersMethodfamily
src/dash/Cards.h:18
↓ 2 callersMethodname
component name or title
src/dash/Component.h:35
↓ 2 callersMethodonEvent
src/dash/Cards.h:370
↓ 2 callersMethodtoJson
src/dash/Cards.h:19
↓ 1 callersMethodclearChanges
clear all component change flags. hasChanged() will return false after this call
src/dash/Component.h:43
↓ 1 callersMethodhasChanged
check if one of the component property has changed
src/dash/Component.h:38
↓ 1 callersMethodon
src/dash/Cards.h:258
↓ 1 callersMethodselfUpdate
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 callersMethodsend
src/ESPDash.cpp:266
MethodBarChart
src/dash/Charts.h:64
MethodCard
construct a new card and add it to the dashboard
src/dash/Cards.h:25
MethodChart
construct a new chart and add it to the dashboard
src/dash/Charts.h:50
MethodComponent
src/ESPDash.cpp:10
MethodComponent
construct a new component without adding it to any dashboard
src/dash/Component.h:80
MethodESPDash
src/ESPDash.h:86
MethodESPDash
src/ESPDash.cpp:14
MethodFeedbackCard
src/dash/Cards.h:186
MethodGenericCard
src/dash/Cards.h:99
MethodHumidityCard
src/dash/Cards.h:157
MethodPercentageSliderCard
src/dash/Cards.h:389
MethodProgressCard
src/dash/Cards.h:280
MethodSeparatorCard
src/dash/Cards.h:231
MethodSliderCard
src/dash/Cards.h:353
MethodStatistic
construct a new statistic and add it to the dashboard
src/dash/Statistics.h:25
MethodStatisticProvider
construct a new statistic and add it to the dashboard
src/dash/Statistics.h:70
MethodStatisticValue
construct a new statistic and add it to the dashboard
src/dash/Statistics.h:37
MethodTemperatureCard
src/dash/Cards.h:128
MethodToggleButtonCard
src/dash/Cards.h:252
MethodValueCard
src/dash/Cards.h:88
MethodWidget
src/dash/Widget.h:8
Methodfamily
src/dash/Charts.h:11
Methodfamily
src/dash/Statistics.h:21
MethodgenerateLayoutJSON
generates the layout JSON string to the frontend
src/ESPDash.cpp:157
MethodhasClient
src/ESPDash.h:103
MethodhasValue
src/dash/Cards.h:36
MethodisAsyncAccessInProgress
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
MethodjsonKey
src/ESPDash.h:81
MethodjsonKey
src/ESPDash.cpp:293
Methodmax
src/dash/Cards.h:286
Methodmin
src/dash/Cards.h:285
MethodnextId
generate a new unique component ID
src/dash/Component.h:94
Methodoff
src/dash/Cards.h:259
MethodonBeforeUpdate
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
MethodonChange
src/dash/Cards.h:261
MethodonChange
src/dash/Cards.h:368
MethodonEvent
src/dash/Component.h:76
MethodonEvent
src/dash/Cards.h:263
Methodrefresh
src/ESPDash.cpp:318
MethodrefreshLayout
src/ESPDash.h:100
Methodremove
src/ESPDash.cpp:152
MethodremoveValue
src/dash/Cards.h:64
MethodselfUpdate
update the statistic value by calling the provider and returns true if the value has changed
src/dash/Statistics.h:80
MethodsendUpdates
Send Card Updates to all clients */
src/ESPDash.cpp:308
MethodsetAuthentication
src/ESPDash.h:92
MethodsetAuthentication
src/ESPDash.cpp:130
MethodsetChange
mark a component property as changed
src/dash/Component.h:85
MethodsetFeedback
src/dash/Cards.h:211
MethodsetMax
src/dash/Cards.h:307
MethodsetMessage
src/dash/Cards.h:205
MethodsetMin
src/dash/Cards.h:297
MethodsetName
change component name (not all components support a name change)
src/dash/Component.h:46
MethodsetOptionalValue
src/dash/Cards.h:56
MethodsetStatus
src/dash/Cards.h:197
MethodsetStep
src/dash/Cards.h:360
MethodsetSubtitle
src/dash/Cards.h:240
MethodsetSymbol
src/dash/Cards.h:106
MethodsetUnit
src/dash/Cards.h:135
MethodsetUnit
src/dash/Cards.h:164
MethodsetUnit
src/dash/Cards.h:289
MethodsetValue
src/dash/Cards.h:317
MethodsetValue
update the statistic value and returns true if the value has changed
src/dash/Statistics.h:44
MethodsetX
set the x-axis values
src/dash/Charts.h:19
MethodsetY
set the y-axis values
src/dash/Charts.h:27
Methodstatus
src/dash/Cards.h:195
Methodstep
src/dash/Cards.h:358
Functionstring_as
src/dash/Defines.h:82
Methodsymbol
src/dash/Cards.h:104
MethodtoJson
src/dash/Component.h:58
MethodtoJson
src/dash/Cards.h:72
MethodtoJson
src/dash/Cards.h:114
MethodtoJson
src/dash/Cards.h:143
MethodtoJson
src/dash/Cards.h:172
MethodtoJson
src/dash/Cards.h:217
MethodtoJson
src/dash/Cards.h:242
MethodtoJson
src/dash/Cards.h:268
MethodtoJson
src/dash/Cards.h:333
MethodtoJson
src/dash/Cards.h:375
MethodtoJson
src/dash/Charts.h:34
MethodtoJson
src/dash/Statistics.h:15
MethodtoJson
src/dash/Widget.h:17
FunctiontoJsonValue
src/dash/Defines.h:42
Functionto_string
src/dash/Defines.h:59
Methodtoggle
src/dash/Cards.h:257
Methodtype
src/dash/Cards.h:102
Methodtype
src/dash/Cards.h:131
Methodtype
src/dash/Cards.h:160
next →1–100 of 132, ranked by callers