If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:aha (avmcmd)
BoxMatrix >> Shell-Commands >> aha (avmcmd) | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Name-Collision - multiple objects in this wiki use the name aha!
|
AVM-Command
Command: | aha (avmcmd) - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: /usr/bin Lab+Rel: /usr/bin | ||||||
Properties: | Size: 108k - 1.1M - Firmware: 5.29 - 8.00 | ||||||
Function: | AVM home automation (AHA) server daemon. |
Goto: Examples - Plugins - Events - Config - Source - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
aha is the AVM home automation (AHA) server daemon.
It comes with the helper ahamailer to send aha Push-Mail.
aha announces the aha
UPnP root device via SSDP which is described by aha.xml.
The description aha.xml is dynamically created by preprocessing the aha-template.xml.
fw 7.29 help:
root@fritz2:/var/mod/root# aha -h avm_home_automation built on Jun 22 2021 at 14:43:25 use: aha [-h] [-s] [-t] -h this help -s shutdown -t signalize time is correct -p<pair-pattern> pair a box to e other format: <name>,<password>,<ipaddr>:<port> -w<file-path> start local wireshark tracing to file -w<ip-address> start local wireshark tracing via UDP socket (dest. port 2002) -W stop local wireshark tracing -d<mask> set debug mask 0x0001 trace all errors (default) 0x0002 trace all warnings (default) 0x0004 trace all traces 0x0008 trace all info 0x0010 trace all debug 0x0020 trace all messages 0x0040 trace time messages 0x0080 trace statistic messages -c<command> send command to aha ('list' for list)
Unlike the help states the -clist
command is not implemented, it is germanified -cliste
:
root@fritz1:/var/mod/root# aha -cliste [AHA]: liste of commands: <module-id> list all
Nice language mix. This is the only command aha responds to his own stdout
in client mode.
All <module-id> related commands are responded to the stdout
of the server which ps lists as {aha_main} aha
.
The possible <module-ids>
had to be gathered using strings (fw 7.29 / 7.39):
-c"config list all"
- Support Data AVM Home Automation-c"dectule list"
- DECTULE AHA-c"global_save list"
- 'GS'->'Global Save'-c"group list"
- 'AGD'->'Aha Group Driver' (7.39+)-c"kpi list all"
- Print JSON aha KPI-c"localbutton TODO"
- TODO (not in fw 7.39)-c"netNexus list"
- 'AHANA'->'AHA Nexus Adapter'-c"network list"
- 'ACND'->'Aha Client Network Driver'-c"prolific TODO"
- TODO (not in fw 7.39)-c"pushmail help | <command>"
- AHA-PUSHMAIL (7.39+)-c"template help | <command> [<args>]"
- 'T'->'Template driver' (7.39+)-c"trigger list"
- Support Data for trigger (7.39+)
The pushmail module provides own help:
root@fritz:/var/mod/root# aha -c"pushmail help" [pushmail] MSG RECEIVED: 'help' usage: 'aha -c"pushmail COMMAND" commands: list .. see show trigger .. triggers the pushmail checker and send a mail if it should be (config conditions must be true: enabled or time matches) force .. triggers the pushmail checker and send a mail (no condition checks) force_no_mail .. triggers the pushmail checker and dont call the maild, the xml file will not be deleted (no condition checks) register .. register a pushmail config for all devices register_hkr .. register a pushmail config for all HKR devices show .. show all configured pushmail configs
The template module also provides own help:
root@fritz:/var/mod/root# aha -c"template help" usage: aha -c"template <command> [<args>]" apply Applies a template backup Creates backup templates for the given childs backup_all Create backup templates for all aha devices create Create a template. delete Delete a template edit Edit the template w/ the given id and eg add payloads or change the name. help Prints this screen. "help <command>" show detailed information. list Prints support data. show Zeigt hier verschiedenes an. Siehe die detailierte Beschreibung.
However, this unidirectional client interface is not used for aha's functionality.
It was added for supportdata.aha and for aha KPI, see the Examples below.
Besides the -c"<module-id> list all"
commands there are 2 commands to temporarily redirect the output of the server to a file:
-c"support-start <file>"
- start the redirection-c"support-end <file>"
- end the redirection
These are both used in supportdata.aha to wrap the list all
commands.
Not an elegant solution but it does its job. Maybe aha gets an aicmd endpoint one day
Examples
aha is also a KPI provider.
KPI (Key Performance Indicators) are a collection of sensor values like they are required for professional system monitoring.
Many services collect sensor data and generate KPI and starting with fw 7.39 FRITZ!OS implements metering in avmcounterd.
KPI are sent as IPC messages with attached JSON data to ctlmgr which serves the me_KPI.ctl IPC endpoint for this purpose.
Explained KPI providers: aha, kpid, psetd (kpi), voipkpid (libvoipkpi.so), latencyd.
aha does not send KPI automatically, it is subscribed to the KPI_PRE_INFORM_NOTIFY
event in the AVMIPC-Datastore,
by its AHAKPIReceiver IPC endpoint, and sends the KPI to ctlmgr on request.
There's a manual method to see the content of the KPI without sending it, which is not used in FRITZ!OS.
Restart aha with the standard handles of the current console and get KPI (virgin 7.39 box without registered devices):
root@fritz:/var/mod/root# aha -s root@fritz:/var/mod/root# aha & root@fritz:/var/mod/root# aha -c"kpi list all" KPI: { "sv": "gen/v1", "env": { "isMaster": false }, "cfg": { "deviceCounters": { "all": 0, "local": 0, "PS": 0, "Rep": 0, "HKR": 0, "AVMBut": 0, "Unknown": 0, "HF": { "D": 0, "Unsupported": 0, "Sensor": 0, "Light": 0, "OnOff": 0, "Blind": 0, "Other": 0 }, "TMPL": { "HKR": 0, "PS": 0, "HKRMembs": 0, "PSMembs": 0 }, "BKPTMPL": { "HKR": 0, "PS": 0 }, "GRP": { "HKR": 0, "PS": 0, "Blind": 0, "HKRMembs": 0, "PSMembs": 0, "BlindMembs": 0 } }, "PSAuto": { "WkDay": 0, "Day": 0, "Rand": 0, "CntDwn": 0, "Rhythm": 0, "Once": 0, "Astro": 0, "Cal": 0, "Standby": 0, "Temp": 0, "Audio": 0 }, "lock": { "PS": { "dev": 0, "gui": 0 }, "HKR": { "dev": 0, "gui": 0 } }, "HKRMaxSwitchPoints": 0, "pushMail": 0 }, "kpi": { "inactive24": 0, "switchCount24": 0, "applyCount": { "1day": 0, "7day": 0, "30day": 0 }, "HF24": 0, "AVMBut24": 0, "HKROffset": { "local": 0, "external": 0 }, "netDisconnect": { "1day": 0, "7day": 0, "30day": 0 }, "HKRError": 0, "HKRKPI": { "KPIMessageCount": 0, "WakeupCtl": 0, "WindowManual": 0, "WindowAuto": 0, "Boost": 0, "TempChange": 0, "Steps": 0, "Motions": 0, "Adapt": { "Min": { "V": null, "I": null }, "Max": { "V": null, "I": null } }, "Precontrol": { "Count": 0, "Time": { "Min": null, "Avg": null, "Max": null }, "Coeff": { "Min": null, "Avg": null, "Max": null } }, "RemoteKpiCount": 0, "RemoteBoostCount": 0, "RemoteWindowCount": 0, "RemoteTempChangeCount": 0 }, "shmHighWater": 32, "ALD": { "Flash": 0, "RAM": 0, "Running": false } } }
Plugins
aha is highly modular and is extended by plugin libraries in /usr/share/aha
.
These are no Dependencies but they are optionally loaded if they are present there.
This is a subset of the Shared-Libraries section, filtered for files in /usr/share/aha
:
Daily updated index of all shared libraries found scanning Firmware-Probes . Last update: 2024-11-17 06:06 GMT.
The label (lib)
in the Library
column shows there are other objects in this wiki using this name.
The Mod
column shows the amount of models using the respective library. Click the column header to sort by this number.
You can hover or click a possible Link
in the Type
column to see the target of that link.
Library | Mod | Firmware | Description | Path | Size/Bytes | Type | Origin |
---|---|---|---|---|---|---|---|
libahamodaflrwpan.so | 4 | 7.52 - 7.90 | aha plugin library for ZigBee automation | /usr/share/aha | 61.2k - 77.3k, Link | Link, Lib | AVM |
libbutton.so | 2 | 5.50 - 7.15 | aha plugin library for the buttons | /usr/share/aha | 7.5k - 9.7k, Link | Link, Lib | AVM |
libdectule.so | 59 | 5.29 - 8.00 | aha plugin library for DECT-ULE | /usr/share/aha | 45.7k - 300k, Link | Link, Lib | AVM |
libgroup.so | 37 | 5.58 - 6.110 | aha plugin library for smarthome groups | /usr/share/aha | 16.8k - 113k, Link | Link, Lib | AVM |
libnetwork.so | 37 | 5.29 - 6.110 | aha plugin library for the LAN | /usr/share/aha | 40.2k - 161k, Link | Link, Lib | AVM |
libpowerled.so | 2 | 5.50 - 7.15 | aha plugin library for the power LED | /usr/share/aha | 4.3k - 5.5k, Link | Link, Lib | AVM |
libprolific.so | 2 | 5.50 - 7.15 | aha plugin library for Prolific metering chips | /usr/share/aha | 43.2k - 58.3k, Link | Link, Lib | AVM |
libserial.so | 1 | 7.57 - 7.63 | aha plugin library for USB serial smart electricity metering | /usr/share/aha | 38.5k - 50.4k, Link | Link, Lib | AVM |
libsmldriver.so | 32 | 6.54 - 7.24 | aha plugin library for Ethernet smart electricity meters | /usr/share/aha | Link | Link | AVM |
9 shared libraries |
fw 7.29 build can optionally load libbutton.so, libdectule.so, libpowerled.so, libprolific.so and libsmldriver.so plugins.
fw 7.39 build can only optionally load libdectule.so and libsmldriver.so plugins. Both just come with libdectule.so plugin.
fw 7.57 build can only optionally load libdectule.so, libsmldriver.so, libahamodaflrwpan.so and libserial.so.
Events
Daily updated index of AVM-Events and AVMIPC-Datastore nodes affecting this command. Last update: 2023-12-10 05:13 GMT.
The owners of Event-Sinks and Event-Sources are manual research, which may be incomplete or even wrong.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
A **
in the Mod
column marks info from Supportdata2 probes, which by their nature will stay way more incomplete.
A -
in the Mod
column marks manual research, the Firmware
then shows where the item occurs, not the Relation
.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Netlink | family | NETLINK_ROUTE | 4** | 6.04 - 6.88 | Communication channel between routing dæmons and the kernel packet forwarding (#0) | Linux |
Multicast | group | RTMGRP_IPV4_IFADD | 4** | 6.04 - 6.88 | IPv4 address change of a Network-Interface | Linux |
Multicast | group | RTMGRP_IPV4_ROUTE | 4** | 6.04 - 6.88 | IPv4 Routing Table change | Linux |
Multicast | group | RTMGRP_IPV6_IFADDR | 4** | 6.04 - 6.88 | IPv6 address change of a Network-Interface | Linux |
Multicast | group | RTMGRP_IPV6_ROUTE | 4** | 6.04 - 6.88 | IPv6 Routing Table change | Linux |
Multicast | group | RTMGRP_LINK | 4** | 6.04 - 6.88 | Creation / deletion or up / down change of a Network-Interface. | Linux |
Sink | evsink | aha (evsink) | 38* | 6.50 - 7.57 | Event-Sink of aha | AVM |
Source | evsrc | aha (evsrc) | 43* | 6.50 - 7.57 | Event-Source of aha | AVM |
Sends | event | remote_notifier | 7* | 6.50 - 7.50 | Remote Event-Source notify | AVM |
Sends | event | smarthome | 33* | 6.98 - 7.57 | AHA generic cloud event | AVM |
Sends | event | smarthome_switch_status | 38* | 6.50 - 7.57 | AHA switch cloud event | AVM |
Endpoint | sock | me_AHAKPIReceiver.ctl | 32* | 7.08 - 7.57 | avmipc endpoint to trigger KPI creation by aha. | AVM |
Listens to | avmipc | KPI_PRE_INFORM_NOTIFY | 18** | 7.12 - 7.57 | Trigger event to create KPI. | AVM |
13 event relations for this command |
Config
Daily updated index of Configuration files accessed by this command. Last update: 2024-11-17 07:18 GMT.
A -
in the Mod
column marks manual research, the Firmware
then shows where the item occurs, not the Relation
.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Config from | tffs | aha.cfg | - | 5.50 - 8.00 | aha devices, groups, templates and timers (XML) | AVM |
Config from | tffs | ahaglobal.cfg | - | 5.50 - 8.00 | TODO | AVM |
Config from | tffs | ahalua.cfg | - | 7.08 - 7.59 | Configuration for ahaluad and aha | AVM |
Config from | tffs | ahanet.cfg | - | 5.50 - 8.00 | Remote aha devices and templates (binary) | AVM |
Config from | tffs | ahapushmail.cfg | - | 5.50 - 8.00 | aha Push-Mail configuration (XML) | AVM |
Config from | tffs | ahastat.cfg | - | 5.50 - 8.00 | aha electricity metering statistics acquired by libserial.so (XML) | AVM |
6 config relations for this command |
Source
The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:
$ strings /usr/bin/aha | grep -e '\.c$' -e '\.cpp$' main.c avm_home_external.c avm_home_external_message.c avm_home_listener_manager.c avm_home_automation.c avm_home_config.c avm_home_times.c avm_home_time.c avm_home_socket.c avm_home_csock.c avm_home_statistic.c avm_home_write_stats.c avm_home_load_save.c avm_home_load_save_data.c avm_home_pushmail_mailer.c avm_home_pushmail.c avm_home_event_publisher.c avm_home_net_library.c avm_home_message.c src/main/msg/InternalMessage.c src/main/modules/etsi/ahad_etsi_module.c src/main/modules/etsi/ahad_etsi_unit.c src/main/modules/etsi/adme_serializer.c src/main/modules/etsi/adme_caseClass_unit.c src/main/modules/kpi/kpi.c src/main/modules/kpi/daily_counter.c src/main/modules/avmbutton/ahad_avmbutton_module.c src/main/modules/avmbutton/admb_serializer.c src/main/modules/avmbutton/admb_widget_serializer.c src/main/modules/avmbutton/admb_button_serializer.c src/main/modules/avmbutton/admb_caseClass_subButton.c src/main/modules/avmbutton/widget_handlers/base.c src/main/modules/avmbutton/widget_handlers/onoff.c src/main/modules/avmbutton/widget_handlers/tam.c src/main/modules/avmbutton/widget_handlers/guestwlan.c src/main/modules/avmbutton/widget_handlers/on.c src/main/modules/avmbutton/widget_handlers/off.c src/main/modules/avmbutton/widget_handlers/toggle.c src/main/modules/avmbutton/widget_handlers/hkrtsoll.c src/main/modules/avmbutton/widget_handlers/level.c src/main/modules/avmbutton/widget_handlers/template.c src/main/modules/avmbutton/widget_handlers/blind.c src/main/modules/avmbutton/widget_handlers/generic/two_widget.c src/main/modules/avmbutton/widget_handlers/generic/four_widget.c src/main/modules/avmbutton/widget_handlers/generic/simple_button_widget.c src/main/io/adi_xml.c src/main/io/adi_xml_dao.c src/main/io/adi_xml_fromBinaryToXmlConverter.c src/main/io/adi_xml_serializer.c src/main/modules/group/aha_group_main.c src/main/modules/group/group_base.c src/main/modules/group/group_local.c src/main/modules/group/group_net.c src/main/modules/group/feature_base.c src/main/modules/group/feature_hkr.c src/main/modules/group/feature_plugSocket.c src/main/modules/group/feature_colorControl.c src/main/modules/group/feature_statistic.c src/main/modules/group/feature_blind.c src/main/modules/group/plugSocket_sub.c src/main/modules/group/plugSocket_sub_countDown.c src/main/modules/group/plugSocket_sub_switchMaster.c src/main/modules/group/plugSocket_sub_tempMaster.c src/main/modules/group/admg_serializer.c src/main/modules/group/admg_caseClass_localGroup.c src/main/modules/template/admt_caseClass_specificTemplate.c src/main/modules/template/admt_driver.c src/main/modules/template/admt_io_xmlSerializer_readerImpl_v001.c src/main/modules/template/admt_module.c src/main/modules/template/admt_specificTemplate.c src/main/modules/network/aha_net_connection.c src/main/modules/network/aha_netLib_save.c src/main/modules/network/aha_net_main.c avm_home_generic_function.c src/main/modules/level_control/level_control.c src/main/modules/level_control/serializer.c src/main/modules/color_control/color_control.c src/main/modules/color_control/serializer.c src/main/modules/http/http.c src/main/modules/schaltuhr/schaltuhr_wrapper.c src/main/modules/schaltuhr/schaltuhr_wrapper_serializer.c src/main/modules/global_save/avm_home_global_save.c src/main/modules/global_save/global_serializer.c src/main/modules/humidity/humidity.c src/main/modules/trigger/trigger.c src/main/modules/trigger/serializer.c src/main/modules/wlan/wlan.c src/main/modules/hkr_window_sensor/serializer.c src/main/modules/tam/tam.c src/main/modules/ctlmgr/ctlmgr.c src/main/modules/mesh/json.c src/main/modules/dial_helper/dial_helper.c src/main/net/ahadNexusAdapter.c src/main/net/ahadNexusBaseService.c src/main/net/ahadNexusService_oldApi.c src/main/net/ahadNexusService_oldApi_client.c src/main/net/ahadNexusService_oldApi_server.c
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-11-17 07:59 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Started by | serv | aha.service | 34 | 7.19 - 8.00 | supervisor service for aha. | AVM |
Runs as | proc | aha (process) | 65* | 5.50 - 8.00 | Process running aha | AVM |
Registers | wdog | aha (watchdog) | 43* | 6.24 - 8.00 | Watchdog for aha | AVM |
Serving | port | Port-1900-udp | 100* | 5.04 - 8.00 | SSDP - Simple Service Discovery Protocol (discovery of UPnP devices) | AVM |
Serving | port | Port-2002-tcp | 10* | 5.50 - 6.51 | TODO | AVM |
Serving | sock | avmnexus_aha--ep--oldapi.ctl | 37* | 6.90 - 8.00 | avmnexusd worker oldapi endpoint for aha | AVM |
Serving | sock | homeauto | 63* | 5.50 - 8.00 | TODO | AVM |
Serving | sock | me_AHAKPIReceiver.ctl | 36* | 7.08 - 8.00 | avmipc endpoint to trigger KPI creation by aha. | AVM |
Serving | sock | me_aha.ctl | 2* | 6.30 - 6.51 | TODO | AVM |
Serving | sock | me_avm_home_external.ctl | 63* | 5.50 - 8.00 | TODO | AVM |
Serving | sock | me_libavmmatter_2.ctl | 1* | 7.63 | Matter communication API of aha | AVM |
Depends on | lib | ld.so | 21 | 7.08 - 8.00 | Dynamic linker / loader | Linux |
Depends on | lib | libahatime.so | 18 | 6.10 - 6.36 | TODO | Linux |
Depends on | lib | libahatools.so | 47 | 6.25 - 8.00 | TFFS-Configuration API to aha.cfg and ahanet.cfg and tools. | AVM |
Depends on | lib | libavm_event.so | 47 | 6.36 - 8.00 | AVM-Events management API | AVM |
Depends on | lib | libavmcsock.so | 59 | 5.51 - 8.00 | Networking, I/O and helper functions | AVM |
Depends on | lib | libavmmatter.so | 1 | 7.61 - 7.63 | AVM Matter core API | AVM |
Depends on | lib | libavmnexus.so | 22 | 7.58 - 8.00 | avmnexusd worker socket API | AVM |
Depends on | lib | libavmnexus_nocsock.so | 35 | 6.88 - 7.81 | avmnexusd worker nosocket API | AVM |
Depends on | lib | libavmupnpapi.so | 37 | 5.51 - 6.110 | TODO | AVM |
Depends on | lib | libavmupnpbig.so | 33 | 6.98 - 7.31 | UPnP support API (big version) | AVM |
Depends on | lib | libavmwdt.so | 21 | 7.61 - 8.00 | AVM-Watchdogs management API | AVM |
Depends on | lib | libbacktrace.so | 60 | 5.27 - 8.00 | Crash handler and logger | AVM |
Depends on | lib | libboxlib.so | 38 | 6.98 - 8.00 | Box status, logging and statistics functions | AVM |
Depends on | lib | libboxnotify.so | 38 | 6.98 - 8.00 | boxnotifyd client API (old) | AVM |
Depends on | lib | libbsd.so | 5 | 7.19 - 8.00 | BSD functions lacking on GNU systems | Linux |
Depends on | lib | libc.so | 60 | 5.27 - 8.00 | Standard C library | Linux |
Depends on | lib | libdl.so | 47 | 5.27 - 8.00 | Dynamic linking library | Linux |
Depends on | lib | libgcc_s.so | 29 | 5.27 - 6.110 | GCC low-level runtime library | Linux |
Depends on | lib | libm.so | 47 | 5.29 - 8.00 | C math library | Linux |
Depends on | lib | libmxml.so | 38 | 6.98 - 8.00 | Mini-XML parser / generator | Linux |
Depends on | lib | libpthread.so | 47 | 5.27 - 8.00 | POSIX threading library | Linux |
Depends on | lib | libwdt.so | 57 | 5.29 - 7.81 | AVM-Watchdogs management API | AVM |
Depends on | lib | libwebsrv.so | 28 | 7.39 - 8.00 | HTTP / HTTPS webserver and tools. | AVM |
Depends on | lib | libyajl.so | 28 | 7.39 - 8.00 | Event-driven JSON parser | Linux |
35 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-11-17 06:05 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 4050 | 7.58 - 7.90 | /usr/bin | 867k - 891k |
FRITZ!Box 4060 | 7.29 - 7.90 | /usr/bin | 769k - 895k |
FRITZ!Box 5490 (main) | 6.51 - 7.29 | /usr/bin | 192k - 764k |
FRITZ!Box 5491 (main) | 7.01 - 7.29 | /usr/bin | 541k - 764k |
FRITZ!Box 5530 Fiber (main) | 7.21 - 8.00 | /usr/bin | 904k - 1.1M |
FRITZ!Box 5590 Fiber (main) | 7.29 - 8.00 | /usr/bin | 769k - 895k |
FRITZ!Box 5690 Pro (main) | 7.62 - 7.90 | /usr/bin | 899k - 931k |
FRITZ!Box 6320 Cable v1 | 6.03 - 6.04 | /usr/bin | 197k - 200k |
FRITZ!Box 6320 Cable v2 | 6.21 | /usr/bin | 228k |
FRITZ!Box 6360 Cable | 6.04 - 6.51 | /usr/bin | 192k - 200k |
FRITZ!Box 6430 Cable (atom) | 6.84 - 7.29 | /usr/bin | 260k - 925k |
FRITZ!Box 6490 Cable (arm) | 6.20 - 6.64 | /usr/bin | 173k - 192k |
FRITZ!Box 6490 Cable (atom) | 6.83 - 7.51 | /usr/bin | 260k - 1.1M |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.51 | /usr/bin | 260k - 1.1M |
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.08 | /usr/bin | 649k - 743k |
FRITZ!Box 6591 Cable (atom) | 7.04 - 8.00 | /usr/bin | 649k - 1.1M |
FRITZ!Box 6660 Cable (atom) | 7.14 - 8.00 | /usr/bin | 681k - 1.1M |
FRITZ!Box 6670 Cable (atom) | 7.61 - 7.90 | /usr/bin | 1.1M |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.90 | /usr/bin | 937k - 1.1M |
FRITZ!Box 6810 LTE | 6.35 | /usr/bin | 192k - 248k |
FRITZ!Box 6840 LTE (main) | 5.29 - 6.88 | /usr/bin | 192k - 248k |
FRITZ!Box 6842 LTE | /usr/bin | 192k - 236k | |
FRITZ!Box 6850 LTE | 7.21 - 7.90 | /usr/bin | 724k - 1.1M |
FRITZ!Box 6850 5G | 7.24 - 7.90 | /usr/bin | 765k - 891k |
FRITZ!Box 6890 LTE (main) | 6.84 - 7.57 | /usr/bin | 294k - 1.1M |
FRITZ!Box 6890 LTE v1 (main) | 6.84 - 7.57 | /usr/bin | 294k - 1.1M |
FRITZ!Box 6890 LTE v2 (main) | 6.84 - 7.57 | /usr/bin | 294k - 1.1M |
FRITZ!Box Fon WLAN 7240 | 5.29 - 6.06 | /usr/bin | 246k - 252k |
FRITZ!Box Fon WLAN 7270 v2 | 5.29 - 6.06 | /usr/bin | 243k - 252k |
FRITZ!Box Fon WLAN 7270 v3 | 5.29 - 6.06 | /usr/bin | 243k - 252k |
FRITZ!Box 7272 (main) | 5.55 - 6.88 | /usr/bin | 192k - 248k |
FRITZ!Box 7312 | 5.29 | /usr/bin | 191k - 196k |
FRITZ!Box Fon WLAN 7320 | 5.29 - 6.35 | /usr/bin | 191k - 236k |
FRITZ!Box 7330 | 5.29 - 6.56 | /usr/bin | 192k - 236k |
FRITZ!Box 7330 SL | 5.29 - 6.56 | /usr/bin | 191k - 236k |
FRITZ!Box Fon WLAN 7340 | /usr/bin | 203k - 235k | |
FRITZ!Box Fon WLAN 7360 SL | 5.29 - 6.34 | /usr/bin | 192k - 236k |
FRITZ!Box Fon WLAN 7360 v1 | 5.29 - 6.36 | /usr/bin | 196k - 236k |
FRITZ!Box Fon WLAN 7360 v2 | 5.29 - 6.88 | /usr/bin | 192k - 236k |
FRITZ!Box 7362 SL (main) | 5.53 - 7.18 | /usr/bin | 192k - 612k |
FRITZ!Box 7369 (main) | 6.30 - 6.32 | /usr/bin | 235k |
FRITZ!Box Fon WLAN 7390 | /usr/bin | 108k - 260k | |
FRITZ!Box 7430 (main) | 6.26 - 7.31 | /usr/bin | 180k - 764k |
FRITZ!Box 7490 (main) | 5.57 - 7.51 | /usr/bin | 179k - 849k |
FRITZ!Box 7510 | 7.30 - 8.00 | /usr/bin | 769k - 891k |
FRITZ!Box 7520 | 6.98 - 8.00 | /usr/bin | 514k - 891k |
FRITZ!Box 7520 v2 (main) | 7.30 - 8.00 | /usr/bin | 765k - 891k |
FRITZ!Box 7530 | 6.98 - 8.00 | /usr/bin | 511k - 891k |
FRITZ!Box 7530 AX | 7.20 - 8.00 | /usr/bin | 740k - 927k |
FRITZ!Box 7560 (main) | 6.51 - 7.30 | /usr/bin | 243k - 956k |
FRITZ!Box 7580 (main) | 6.53 - 7.30 | /usr/bin | 243k - 956k |
FRITZ!Box 7581 | 6.54 - 7.18 | /usr/bin | 224k - 623k |
FRITZ!Box 7582 | 6.83 - 7.18 | /usr/bin | 224k - 623k |
FRITZ!Box 7583 (main) | 7.01 - 7.59 | /usr/bin | 705k - 1.1M |
FRITZ!Box 7583 VDSL (main) | 7.19 - 8.00 | /usr/bin | 904k - 1.1M |
FRITZ!Box 7590 (main) | 6.83 - 8.00 | /usr/bin | 294k - 1.1M |
FRITZ!Box 7590 AX (main) | 7.19 - 8.00 | /usr/bin | 904k - 1.1M |
FRITZ!Box 7690 | 7.61 - 7.90 | /usr/bin | 863k - 895k |
FRITZ!Smart Gateway | 7.52 - 7.63 | /usr/bin | 863k - 923k |
FRITZ!Powerline 540E | 6.50 | /usr/bin | 192k |
FRITZ!Powerline 546E | 5.50 - 7.15 | /usr/bin | 178k - 612k |
61 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-11-17 07:59 GMT.
Firmware | Symbol |
---|---|
6.98 - 8.00 | ad_automation_getModule_byName |
5.29 - 8.00 | add_device |
7.39 | address_valid |
7.08 - 7.31 | adh_identbuilder_build_ident_for |
6.98 - 8.00 | adh_shm_device_del |
6.98 - 8.00 | adh_shm_device_getByGroupHash |
6.98 - 8.00 | adh_shm_device_getById |
6.98 - 8.00 | adh_shm_device_getByIdent |
6.98 - 8.00 | adh_shm_device_getByNext |
7.08 - 8.00 | adh_shm_device_id_to_ident |
7.08 - 8.00 | adh_shm_device_ident_to_id |
6.98 - 8.00 | adh_shm_device_isActive |
7.08 - 8.00 | adh_shm_device_isGroup |
6.98 - 8.00 | adh_shm_device_isGroupMember |
6.98 - 8.00 | adh_shm_device_isInactive |
7.08 - 8.00 | adh_shm_device_isLocalDevice |
7.08 - 8.00 | adh_shm_device_isLocalDevice_byAIN |
6.98 - 8.00 | adh_shm_device_isNetworkDevice |
7.08 - 8.00 | adh_shm_device_isNetworkDevice_byAIN |
6.98 - 8.00 | adh_shm_device_new |
6.98 - 8.00 | adi_xml |
6.98 - 8.00 | adi_xml_class |
6.98 - 8.00 | adi_xml_ctor |
6.98 - 8.00 | adi_xml_ctor_fileIs_ahacfg |
6.98 - 8.00 | adi_xml_dao_createPath |
6.98 - 8.00 | adi_xml_dao_delete |
6.98 - 8.00 | adi_xml_dao_disassemblePath |
6.98 - 8.00 | adi_xml_dao_findPath |
6.98 - 8.00 | adi_xml_dao_findPath_recursive |
6.98 - 8.00 | adi_xml_dao_freePathSegment |
6.98 - 8.00 | adi_xml_dao_isValidPathSegment |
6.98 - 8.00 | adi_xml_dao_read |
6.98 - 8.00 | adi_xml_dao_read_from_node |
6.98 - 8.00 | adi_xml_dao_write |
6.98 - 8.00 | adi_xml_delete |
6.98 - 8.00 | adi_xml_delete_pathva |
6.98 - 8.00 | adi_xml_flush |
6.98 - 8.00 | adi_xml_fromBinaryToXmlConverter_convert |
6.98 - 8.00 | adi_xml_fromBinaryToXmlConverter_convert_ahacfg |
6.98 - 8.00 | adi_xml_fromBinaryToXmlConverter_convert_to_source |
6.98 - 8.00 | adi_xml_isValidXml |
6.98 - 8.00 | adi_xml_isValidXml_byPath |
6.98 - 8.00 | adi_xml_methods |
6.98 - 8.00 | adi_xml_read |
6.98 - 8.00 | adi_xml_read_pathva |
6.98 - 8.00 | adi_xml_serializer_clear |
6.98 - 8.00 | adi_xml_serializer_dump |
6.98 - 8.00 | adi_xml_serializer_getSerializerFor |
6.98 - 8.00 | adi_xml_serializer_get_name_by_version |
6.98 - 8.00 | adi_xml_serializer_register |
6.98 - 8.00 | adi_xml_singleton_ForAhaCfg |
6.98 - 8.00 | adi_xml_singleton_ForAhaCfg_destruct |
6.98 - 8.00 | adi_xml_write_async |
6.98 - 8.00 | adi_xml_write_sync |
6.98 - 8.00 | admb_caseClass_subButton |
6.98 - 8.00 | admb_caseClass_subButton_class |
6.98 - 8.00 | admb_caseClass_subButton_ctor |
6.98 - 8.00 | admb_caseClass_subButton_methods |
6.98 - 8.00 | admb_serializer_reader_for_avmButtonSubButton_v001 |
7.19 - 8.00 | admb_serializer_reader_for_avmbutton_v001 |
6.98 - 8.00 | admb_serializer_writer_for_avmButtonSubButton_hash_string |
6.98 - 8.00 | admb_serializer_writer_for_avmButtonSubButton_v001 |
7.19 - 8.00 | admb_serializer_writer_for_avmbutton_v001 |
7.19 - 8.00 | admb_widget_serializer_reader_for_widget_v001 |
7.19 - 8.00 | admb_widget_serializer_writer_for_widget_v001 |
7.08 - 8.00 | adme_caseClass_unit |
7.08 - 8.00 | adme_caseClass_unit_class |
7.08 - 8.00 | adme_caseClass_unit_ctor |
7.08 - 8.00 | adme_caseClass_unit_ctor_fromUnit |
7.08 - 8.00 | adme_caseClass_unit_methods |
6.98 - 7.04 | adme_caseClass_virtUnit |
6.98 - 7.04 | adme_caseClass_virtUnit_class |
6.98 - 7.04 | adme_caseClass_virtUnit_ctor |
6.98 - 7.04 | adme_caseClass_virtUnit_ctor_fromVirtUint |
6.98 - 7.04 | adme_caseClass_virtUnit_methods |
6.98 - 8.00 | adme_serializer_reader_for_etsiVirtUnit_v001 |
6.98 - 8.00 | adme_serializer_writer_for_etsiVirtUnit_hash_string |
6.98 - 8.00 | adme_serializer_writer_for_etsiVirtUnit_v001 |
6.98 - 8.00 | admg_caseClass_localGroup |
6.98 - 8.00 | admg_caseClass_localGroup_class |
6.98 - 8.00 | admg_caseClass_localGroup_ctor |
6.98 - 8.00 | admg_caseClass_localGroup_ctor_byName_n_AIN |
6.98 - 8.00 | admg_caseClass_localGroup_ctor_empty |
6.98 - 8.00 | admg_caseClass_localGroup_ctor_fromGroup |
6.98 - 8.00 | admg_caseClass_localGroup_debugDump |
7.19 - 8.00 | admg_caseClass_localGroup_getFeatureColorControl |
6.98 - 8.00 | admg_caseClass_localGroup_getFeatureHkr |
7.19 - 8.00 | admg_caseClass_localGroup_getFeatureLevelControl |
6.98 - 8.00 | admg_caseClass_localGroup_getFeaturePlugSocket |
6.98 - 8.00 | admg_caseClass_localGroup_getMember |
6.98 - 8.00 | admg_caseClass_localGroup_getProps |
6.98 - 8.00 | admg_caseClass_localGroup_methods |
6.98 | admg_driver_getDevice_byAIN |
6.98 - 8.00 | admtDriver |
6.98 - 8.00 | admtDriver_class |
6.98 - 8.00 | admtDriver_ctor |
6.98 - 8.00 | admtDriver_genNetExtendedTemplateInfo_forTemplate |
6.98 - 8.00 | admtDriver_getAhaDevice |
6.98 - 8.00 | admtDriver_getAhaDeviceHandle_for_clientNet |
6.98 - 8.00 | admtDriver_getAhaDeviceHandle_for_serverNet |
6.98 - 8.00 | admtDriver_getDeviceByAIN |
6.98 - 8.00 | admtDriver_getDeviceById |
6.98 - 8.00 | admtDriver_getNextDevice |
6.98 - 8.00 | admtDriver_handleListenPayload |
6.98 - 8.00 | admtDriver_handlePayload |
6.98 - 8.00 | admtDriver_methods |
6.98 - 8.00 | admtSpecificTemplate |
6.98 - 8.00 | admtSpecificTemplate_calcSize |
6.98 - 8.00 | admtSpecificTemplate_class |
6.98 - 8.00 | admtSpecificTemplate_ctor |
6.98 - 8.00 | admtSpecificTemplate_ctor_fromCaseClass |
6.98 - 8.00 | admtSpecificTemplate_ctor_wCreateMsg |
6.98 - 8.00 | admtSpecificTemplate_ctor_wCreateOverNetMsg |
6.98 - 8.00 | admtSpecificTemplate_delete |
6.98 - 8.00 | admtSpecificTemplate_genNetExtendedTemplateInfo |
6.98 - 8.00 | admtSpecificTemplate_getAhaId |
6.98 - 8.00 | admtSpecificTemplate_getApplyMask |
6.98 - 8.00 | admtSpecificTemplate_getChildren |
6.98 - 8.00 | admtSpecificTemplate_getChildren_asList |
6.98 - 8.00 | admtSpecificTemplate_getIdent |
7.39 - 8.00 | admtSpecificTemplate_getInfotypeBitmask |
6.98 - 8.00 | admtSpecificTemplate_getIsBackupForIdent |
7.39 - 8.00 | admtSpecificTemplate_getMetadata |
6.98 - 8.00 | admtSpecificTemplate_getName |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_apply_mask |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_children |
7.39 - 8.00 | admtSpecificTemplate_getTimestamp_for_custom_notification |
7.58 - 8.00 | admtSpecificTemplate_getTimestamp_for_delay |
7.24 - 8.00 | admtSpecificTemplate_getTimestamp_for_dial_helper_target |
7.39 - 8.00 | admtSpecificTemplate_getTimestamp_for_http_request |
7.63 | admtSpecificTemplate_getTimestamp_for_metadata |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_name |
7.24 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_color |
7.24 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_control |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_hkr_action_time |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_hkr_temp |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_hkr_temp_dates |
7.24 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_level |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_plug_relay |
6.98 - 8.00 | admtSpecificTemplate_getTimestamp_for_payload_plug_relay_time |
7.24 - 8.00 | admtSpecificTemplate_getTimestamp_for_sun_simulation |
7.39 - 8.00 | admtSpecificTemplate_getTimestamp_for_switch_back_timer |
7.39 - 8.00 | admtSpecificTemplate_getTimestamp_for_switch_master |
7.39 - 8.00 | admtSpecificTemplate_getTimestamp_for_tam_control |
7.39 - 8.00 | admtSpecificTemplate_getTimestamp_for_timer_control |
6.98 - 8.00 | admtSpecificTemplate_handlePayload |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo_absorb |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo_apply |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo_apply_wIdent |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo_create |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo_delete |
6.98 - 8.00 | admtSpecificTemplate_handleWhatTodo_edit |
6.98 - 8.00 | admtSpecificTemplate_initWCaseClass |
6.98 - 8.00 | admtSpecificTemplate_isBackupTemplate |
6.98 - 8.00 | admtSpecificTemplate_isNetworkTemplate |
6.98 - 8.00 | admtSpecificTemplate_methods |
6.98 - 8.00 | admtSpecificTemplate_printSupportData |
6.98 - 8.00 | admtSpecificTemplate_updateBackup |
6.98 - 8.00 | admt_caseClass_specificTemplate |
6.98 - 8.00 | admt_caseClass_specificTemplate_class |
6.98 - 8.00 | admt_caseClass_specificTemplate_ctor |
6.98 - 8.00 | admt_caseClass_specificTemplate_ctor_byName_n_AIN |
6.98 - 8.00 | admt_caseClass_specificTemplate_ctor_empty |
6.98 - 8.00 | admt_caseClass_specificTemplate_ctor_fromSpecificTemplate |
6.98 - 8.00 | admt_caseClass_specificTemplate_debugDump |
7.24 - 8.00 | admt_caseClass_specificTemplate_getFeatureColor |
7.39 - 8.00 | admt_caseClass_specificTemplate_getFeatureCustomNotification |
7.24 - 8.00 | admt_caseClass_specificTemplate_getFeatureDialHelper |
6.98 - 8.00 | admt_caseClass_specificTemplate_getFeatureHkr |
7.39 - 8.00 | admt_caseClass_specificTemplate_getFeatureHttpRequest |
7.24 - 8.00 | admt_caseClass_specificTemplate_getFeatureLevel |
6.98 - 8.00 | admt_caseClass_specificTemplate_getFeaturePlugSocket |
7.24 - 8.00 | admt_caseClass_specificTemplate_getFeatureSunSimulation |
7.39 - 8.00 | admt_caseClass_specificTemplate_getFeatureTamControl |
6.98 - 8.00 | admt_caseClass_specificTemplate_getMember |
6.98 - 8.00 | admt_caseClass_specificTemplate_getProps |
6.98 - 8.00 | admt_caseClass_specificTemplate_methods |
6.98 - 8.00 | admt_io_xmlSerializer_readerImpl_v001__aha_time_entry_action |
6.98 - 8.00 | admt_io_xmlSerializer_readerImpl_v001__aha_time_entry_loop |
6.98 - 8.00 | admt_io_xmlSerializer_readerImpl_v001__aha_time_entry_start |
6.98 - 8.00 | admt_io_xmlSerializer_readerImpl_v001__aha_time_table_use |
7.39 - 8.00 | admt_io_xmlSerializer_readerImpl_v001_feature_color |
7.39 - 8.00 | admt_io_xmlSerializer_readerImpl_v001_feature_level |
7.24 - 8.00 | admt_io_xmlSerializer_readerImpl_v001_plugSocket_control_v001 |
6.98 - 8.00 | admt_io_xmlSerializer_readerImpl_v001_plugSocket_relayTimes_v001 |
6.98 - 8.00 | admt_io_xmlSerializer_reader_for_templates_v001 |
6.98 - 8.00 | admt_io_xmlSerializer_writer_for_templates_v001 |
6.98 - 8.00 | admt_io_xmlSerialzer_readerImpl_v001 |
6.98 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001 |
7.24 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureColor |
7.39 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureCustomNotification |
7.24 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureDialHelper |
6.98 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureHkr |
7.39 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureHttpRequest |
7.24 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureLevel |
6.98 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featurePlugSocket |
7.24 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureSunSimulation |
7.39 - 8.00 | admt_io_xmlSerialzer_writerImpl_v001_featureTamControl |
6.98 - 8.00 | admt_module_betterPoll |
6.98 - 8.00 | admt_module_exit |
6.98 - 8.00 | admt_module_getDeviceByAIN |
6.98 - 8.00 | admt_module_getDeviceById |
6.98 - 8.00 | admt_module_getNextDevice |
6.98 - 8.00 | admt_module_init |
6.98 - 8.00 | admt_module_poll |
6.98 - 8.00 | admt_specificTemplate_betterPoll |
6.98 - 8.00 | admt_specificTemplate_exit |
6.98 - 8.00 | admt_specificTemplate_init |
6.98 - 8.00 | admt_specificTemplate_poll |
7.08 - 8.00 | aha_deinit_kpi |
7.19 - 8.00 | aha_global_serializer_reader_v001 |
7.19 - 8.00 | aha_global_serializer_writer_v001 |
7.08 - 8.00 | aha_init_kpi |
7.39 - 8.00 | aha_mesh_json_get_initial_messages |
7.39 - 8.00 | aha_mesh_json_get_type |
7.39 - 8.00 | aha_mesh_json_handle_incoming_message |
7.39 - 8.00 | aha_mesh_json_init |
7.39 - 8.00 | aha_mesh_json_inner_handle_message |
7.39 - 8.00 | aha_mesh_json_is_broadcast |
7.39 - 8.00 | aha_mesh_json_is_to_local |
7.39 - 8.00 | aha_mesh_json_send_message |
7.39 - 8.00 | aha_mesh_json_send_message_ignore_local_box |
7.39 - 8.00 | aha_mesh_json_write_type |
6.98 - 8.00 | aha_netLib_save__ctor |
6.98 - 7.31 | aha_netLib_save__ctorDeleteFile |
6.98 - 8.00 | aha_netLib_save__delete |
6.98 - 8.00 | aha_netLib_save__dtor |
6.98 - 8.00 | aha_netLib_save__reload |
6.98 - 8.00 | aha_netLib_save__update |
6.98 - 8.00 | aha_net_connection__ctor |
6.98 - 8.00 | aha_net_connection__ctor_wFd |
6.98 - 8.00 | aha_net_connection__dtor |
6.98 - 8.00 | aha_net_connection__getByFD |
6.98 - 8.00 | aha_net_connection__getByIdent |
6.98 - 8.00 | aha_net_connection__isThisYourDevice |
6.98 - 8.00 | aha_net_connection__poll |
6.98 - 8.00 | aha_net_connection_is_connected |
6.98 - 8.00 | aha_net_main__getFreeID |
6.98 - 8.00 | aha_net_main__ignoreDevice_wFuncMask |
6.98 - 8.00 | aha_net_main__ignoreDevice_wListenMask |
6.98 - 8.00 | aha_net_main__onConnectionClose |
6.98 - 8.00 | aha_net_main__putFreeID |
6.98 - 8.00 | ahadAvmbuttonModule |
7.24 - 7.31 | ahadAvmbuttonModule_checkguestwlan |
6.98 - 8.00 | ahadAvmbuttonModule_class |
6.98 - 8.00 | ahadAvmbuttonModule_ctor |
7.08 - 8.00 | ahadAvmbuttonModule_gen_config_for |
7.24 - 7.31 | ahadAvmbuttonModule_guestwlan_getstate |
7.24 - 7.31 | ahadAvmbuttonModule_guestwlan_isconfigured |
7.24 - 7.31 | ahadAvmbuttonModule_guestwlan_startstop |
6.98 - 8.00 | ahadAvmbuttonModule_methods |
7.24 - 7.31 | ahadAvmbuttonModule_queryctlmgr |
7.19 - 7.81 | ahadAvmbuttonModule_register_listen_request |
7.19 - 8.00 | ahadAvmbuttonModule_send_device_state |
7.24 - 7.31 | ahadAvmbuttonModule_setctlmgr |
7.24 - 7.31 | ahadAvmbuttonModule_startshort_checkguestwlan |
7.24 - 7.31 | ahadAvmbuttonModule_tam_getstate |
7.24 - 7.31 | ahadAvmbuttonModule_tam_startstop |
7.24 - 7.31 | ahadAvmbuttonModule_wlanqueryctlmgr |
6.54 - 8.00 | ahadEtsiIface |
6.54 - 8.00 | ahadEtsiIface_class |
6.54 - 8.00 | ahadEtsiIface_ctor |
6.54 - 8.00 | ahadEtsiIface_methods |
6.54 - 8.00 | ahadEtsiIface_printSupportData |
6.54 - 8.00 | ahadEtsiModule |
7.19 - 8.00 | ahadEtsiModule_broadcast_message |
6.54 - 8.00 | ahadEtsiModule_class |
6.54 - 8.00 | ahadEtsiModule_ctor |
6.98 - 8.00 | ahadEtsiModule_gen_config |
6.98 - 8.00 | ahadEtsiModule_gen_config_for |
6.54 - 8.00 | ahadEtsiModule_methods |
6.98 - 8.00 | ahadEtsiModule_net_config_changed |
6.54 - 8.00 | ahadEtsiModule_removeMe |
7.24 - 8.00 | ahadEtsiModule_send_message_to_mesh_server |
6.98 - 6.110 | ahadEtsiModule_send_refreshed_config |
6.54 - 8.00 | ahadEtsiUnit |
7.58 - 8.00 | ahadEtsiUnit_check_is_avm_unitBased_by_etsi_id |
6.54 - 8.00 | ahadEtsiUnit_class |
6.54 - 8.00 | ahadEtsiUnit_ctor |
7.08 - 8.00 | ahadEtsiUnit_disconnect |
7.08 - 8.00 | ahadEtsiUnit_forward |
7.08 - 8.00 | ahadEtsiUnit_gen_net_config |
6.54 - 7.04 | ahadEtsiUnit_handleMsg |
7.08 - 8.00 | ahadEtsiUnit_handle_netEtsiUnitConfig |
6.54 - 7.04 | ahadEtsiUnit_hasIface |
6.54 - 7.04 | ahadEtsiUnit_hasOneOfTheseIfaces |
6.54 - 8.00 | ahadEtsiUnit_methods |
6.54 - 8.00 | ahadEtsiUnit_printSupportData |
6.54 - 7.04 | ahadEtsiUnit_update |
6.54 - 7.04 | ahadEtsiVirtUnit |
6.54 - 7.04 | ahadEtsiVirtUnit_class |
6.54 - 7.04 | ahadEtsiVirtUnit_containsUnit_wId |
6.54 - 7.04 | ahadEtsiVirtUnit_ctor |
6.54 - 7.04 | ahadEtsiVirtUnit_disconnect |
6.54 - 7.04 | ahadEtsiVirtUnit_forward |
6.98 - 7.04 | ahadEtsiVirtUnit_gen_net_config |
6.54 - 6.110 | ahadEtsiVirtUnit_handle_etsiModuleNameChange |
6.98 - 7.04 | ahadEtsiVirtUnit_handle_netEtsiUnitConfig |
6.54 - 7.04 | ahadEtsiVirtUnit_hasIface |
6.54 - 7.04 | ahadEtsiVirtUnit_methods |
6.54 - 7.04 | ahadEtsiVirtUnit_printSupportData |
6.88 - 8.00 | ahadNexusAdapter |
6.88 - 8.00 | ahadNexusAdapter_betterPoll |
6.88 - 8.00 | ahadNexusAdapter_class |
6.88 - 8.00 | ahadNexusAdapter_exit |
6.88 - 8.00 | ahadNexusAdapter_forwardPayload |
6.88 - 8.00 | ahadNexusAdapter_init |
7.39 - 8.00 | ahadNexusAdapter_is_master |
6.88 - 8.00 | ahadNexusAdapter_methods |
6.88 - 8.00 | ahadNexusAdapter_poll |
6.88 - 8.00 | ahadNexusBaseService |
6.88 - 8.00 | ahadNexusBaseService_class |
6.88 - 8.00 | ahadNexusBaseService_connectionClosedReported |
6.88 - 8.00 | ahadNexusBaseService_methods |
6.88 - 8.00 | ahadNexusBaseService_printSupportData |
6.88 - 8.00 | ahadNexusBaseService_remoteDeviceFound |
6.88 - 8.00 | ahadNexusBaseService_remoteDeviceGone |
6.88 - 8.00 | ahadNexusBaseService_remoteEndpointFound |
6.88 - 8.00 | ahadNexusBaseService_remoteEndpointGone |
6.88 - 7.81 | ahadNexusHelper_readFromFd_and_dispatchToNexusmgmt |
6.88 - 7.81 | ahadNexusHelper_writeToFd |
6.88 - 8.00 | ahadNexusService_oldApi |
6.88 - 8.00 | ahadNexusService_oldApi_class |
6.88 - 8.00 | ahadNexusService_oldApi_client |
6.88 - 8.00 | ahadNexusService_oldApi_client_class |
6.88 - 8.00 | ahadNexusService_oldApi_client_ctor |
6.88 - 8.00 | ahadNexusService_oldApi_client_isYourEndpoint |
6.88 - 8.00 | ahadNexusService_oldApi_client_methods |
6.88 - 8.00 | ahadNexusService_oldApi_client_printSupportData |
6.88 - 8.00 | ahadNexusService_oldApi_ctor |
6.88 - 8.00 | ahadNexusService_oldApi_delete_client |
6.88 - 8.00 | ahadNexusService_oldApi_delete_server |
6.88 - 8.00 | ahadNexusService_oldApi_methods |
6.88 - 8.00 | ahadNexusService_oldApi_server |
6.88 - 8.00 | ahadNexusService_oldApi_server_class |
6.88 - 8.00 | ahadNexusService_oldApi_server_ctor |
6.88 - 8.00 | ahadNexusService_oldApi_server_isYourEndpoint |
6.88 - 8.00 | ahadNexusService_oldApi_server_methods |
6.88 - 8.00 | ahadNexusService_oldApi_server_printSupportData |
6.98 - 8.00 | ahad_avmbutton_module_betterPoll |
6.98 - 8.00 | ahad_avmbutton_module_exit |
6.98 - 8.00 | ahad_avmbutton_module_init |
6.98 - 8.00 | ahad_avmbutton_module_poll |
6.54 - 8.00 | ahad_etsi_module_betterPoll |
6.54 - 8.00 | ahad_etsi_module_exit |
6.54 - 8.00 | ahad_etsi_module_init |
6.54 - 8.00 | ahad_etsi_module_poll |
7.08 - 8.00 | ahad_etsi_unit_betterPoll |
7.08 - 8.00 | ahad_etsi_unit_exit |
7.08 - 8.00 | ahad_etsi_unit_init |
7.08 - 8.00 | ahad_etsi_unit_poll |
6.54 - 7.04 | ahad_etsi_virt_unit_betterPoll |
6.54 - 7.04 | ahad_etsi_virt_unit_exit |
6.54 - 7.04 | ahad_etsi_virt_unit_init |
6.54 - 7.04 | ahad_etsi_virt_unit_poll |
7.39 - 7.81 | ahad_guestwlan_checkguestwlan |
7.39 - 8.00 | ahad_guestwlan_getstate |
7.39 - 8.00 | ahad_guestwlan_isconfigured |
7.39 - 7.81 | ahad_guestwlan_register_client |
7.39 - 7.81 | ahad_guestwlan_startshort_checkguestwlan |
7.39 - 8.00 | ahad_guestwlan_startstop |
7.39 - 7.81 | ahad_guestwlan_stop_checkguestwlan |
7.39 - 7.81 | ahad_guestwlan_unregister_client |
7.39 - 7.81 | ahad_guestwlan_wlanqueryctlmgr |
7.39 - 8.00 | ahad_queryctlmgr |
7.39 - 8.00 | ahad_setctlmgr |
7.39 - 8.00 | ahad_tam_getstate |
7.39 - 8.00 | ahad_tam_startstop |
7.63 - 8.00 | ahad_wlan_checkwlan |
7.63 - 8.00 | ahad_wlan_getstate |
7.39 - 8.00 | ahad_wlan_isconfigured |
7.63 - 8.00 | ahad_wlan_query_5ghz_infos |
7.63 - 8.00 | ahad_wlan_query_6ghz_infos |
7.63 - 8.00 | ahad_wlan_query_basicinfos |
7.63 - 8.00 | ahad_wlan_query_triband_infos |
7.63 - 8.00 | ahad_wlan_register_client |
7.63 - 8.00 | ahad_wlan_startshort_checkwlan |
7.39 - 8.00 | ahad_wlan_startstop |
7.63 - 8.00 | ahad_wlan_stop_checkwlan |
7.63 - 8.00 | ahad_wlan_unregister_client |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_aha_time_entry_action_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_aha_time_entry_loop_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_aha_time_entry_start_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_aha_time_table_use_t_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_driverGroup_localGroup_feature_plugSocket_autoSchalte_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_driverGroup_localGroup_feature_plugSocket_countDown_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_driverGroup_localGroup_feature_plugSocket_switchMaster_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_driverGroup_localGroup_feature_plugSocket_tempMaster_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_reader_for_driverGroup_v001 |
7.19 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_featureColorControl_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_featureHkr_v001 |
7.19 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_featureLevelControl_v001 |
7.19 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_featurePlugSocket_autoSchalte_v001 |
7.19 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_featurePlugSocket_countDown_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_featurePlugSocket_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_localGroup_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_netGroup_v001 |
6.98 - 8.00 | ahag_io_xmlSerializer_writer_for_driverGroup_v001 |
6.54 - 8.00 | ahalInternalMessage |
6.54 - 8.00 | ahalInternalMessageDispatcher |
6.54 - 8.00 | ahalInternalMessageDispatcher_class |
6.54 - 8.00 | ahalInternalMessageDispatcher_methods |
6.54 - 8.00 | ahalInternalMessageDispatcher_send |
6.54 - 8.00 | ahalInternalMessageDispatcher_sendIM |
6.54 - 8.00 | ahalInternalMessageDispatcher_sendIM_delayed |
6.98 - 8.00 | ahalInternalMessageDispatcher_sendIM_prio |
6.54 - 8.00 | ahalInternalMessageDispatcher_send_delayed |
6.98 - 8.00 | ahalInternalMessageDispatcher_send_prio |
6.54 - 8.00 | ahalInternalMessageDispatcher_singleton |
6.54 - 8.00 | ahalInternalMessage_addPayload |
6.54 - 8.00 | ahalInternalMessage_class |
6.54 - 8.00 | ahalInternalMessage_ctor |
6.54 - 8.00 | ahalInternalMessage_ctor_1Payload_byDevice |
6.54 - 8.00 | ahalInternalMessage_ctor_1Payload_byName |
6.98 - 8.00 | ahalInternalMessage_ctor_xPayloads_byName |
6.54 - 8.00 | ahalInternalMessage_getMsg |
6.54 - 8.00 | ahalInternalMessage_methods |
6.54 - 8.00 | ahalInternalMessage_setAbsender |
6.54 - 8.00 | ahalInternalMessage_setEmpfaenger_byDevice |
6.54 - 8.00 | ahalInternalMessage_setEmpfaenger_byName |
6.54 - 8.00 | ahalInternalMessage_setEmpfaenger_byName_va |
6.54 - 8.00 | ahalInternalMessage_setMessageId |
5.29 - 8.00 | alloc_device |
7.39 | appendsprintf |
5.53 - 6.36 | avm_home__controlList_getById |
5.53 - 6.36 | avm_home__controlList_getFree |
5.53 - 6.36 | avm_home__controlList_init |
6.10 - 6.36 | avm_home__controlList_printSupportData |
5.53 - 6.36 | avm_home__controlList_putFree |
5.53 - 6.36 | avm_home__controlList_putFreeById |
6.10 - 6.36 | avm_home__controlList_searchItemInControl_byType |
6.10 - 6.36 | avm_home__controlList_updateItem |
6.10 - 6.36 | avm_home__controlList_updateItems |
6.10 - 8.00 | avm_home__controlitem_print_debuginfos |
5.29 - 8.00 | avm_home_cancel_msg_tx |
5.53 - 6.36 | avm_home_check_enum_range__aha_command |
5.53 - 6.36 | avm_home_check_enum_range__aha_time_entry_action |
5.53 - 6.36 | avm_home_check_enum_range__aha_time_entry_loop |
5.53 - 6.36 | avm_home_check_enum_range__aha_time_entry_start |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_action |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_jahr |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_minute |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_monat |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_stunde |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_tag |
5.53 - 6.36 | avm_home_check_enum_range__avm_home_time_woche |
5.53 - 6.36 | avm_home_check_enum_range__time_table_use |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_control_operator |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_device_active_state |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_device_power_on_type_ |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_device_trace_names |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_device_type_ |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_external_listen_flags |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_external_message_flags |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_external_message_types |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_function_control_entry_type |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_function_type_ |
5.58 - 6.36 | avm_home_check_enum_range_avm_home_group_action |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_pushmail_command |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_pushmail_type |
5.53 - 6.36 | avm_home_check_enum_range_avm_home_statistic_times_type_ |
5.58 - 6.36 | avm_home_check_enum_range_avm_home_switch_lock |
6.10 - 6.36 | avm_home_check_enum_range_avm_home_temp_type |
6.10 - 6.36 | avm_home_check_enum_range_avm_home_zaehler_messgroesse |
6.10 - 6.36 | avm_home_check_enum_range_avm_home_zaehler_messwert |
6.10 - 6.36 | avm_home_check_enum_range_avm_home_zaehler_tarif |
6.10 - 6.36 | avm_home_check_enum_range_avm_home_zaehler_type |
5.53 - 6.36 | avm_home_check_enum_range_pushmail_function_trigger_param |
7.19 - 8.00 | avm_home_color_control_color_allowed |
7.19 - 7.24 | avm_home_color_control_color_temperature_allowed |
7.19 - 8.00 | avm_home_color_control_exit |
7.19 - 8.00 | avm_home_color_control_get_colormatch_index |
7.19 - 8.00 | avm_home_color_control_get_uicolormatch_index |
7.19 - 8.00 | avm_home_color_control_init |
7.39 - 8.00 | avm_home_color_control_is_network |
7.19 - 8.00 | avm_home_color_control_poll |
5.29 - 8.00 | avm_home_commands |
5.53 - 8.00 | avm_home_config__dispatchPayload |
6.98 - 8.00 | avm_home_config_betterPoll |
6.10 - 8.00 | avm_home_config_check_dst_handler |
5.29 - 8.00 | avm_home_config_deleteSrcDevID |
5.29 - 8.00 | avm_home_config_exit |
6.36 - 6.110 | avm_home_config_fire_avmevent_switch |
5.29 - 8.00 | avm_home_config_getSrcDevID |
5.29 - 6.110 | avm_home_config_get_free_gui_entry |
5.29 - 8.00 | avm_home_config_get_gui_entry_by_id |
5.58 - 6.110 | avm_home_config_get_gui_entry_by_identifier |
5.29 - 5.57 | avm_home_config_get_guiswitch_entry_by_id |
6.25 - 8.00 | avm_home_config_get_hkr_entry_by_id |
6.25 - 8.00 | avm_home_config_get_newbig_sortindex |
5.29 - 8.00 | avm_home_config_help_get_timestamp |
5.29 - 8.00 | avm_home_config_help_istimevalid |
5.29 - 8.00 | avm_home_config_init |
6.36 - 6.110 | avm_home_config_init_avmevent |
6.10 - 8.00 | avm_home_config_init_dst_check |
6.98 - 8.00 | avm_home_config_init_event_publisher_deferred |
5.29 - 8.00 | avm_home_config_init_static_devices |
5.29 - 8.00 | avm_home_config_init_time_valid_test |
5.29 - 8.00 | avm_home_config_init_watchdog |
5.29 - 8.00 | avm_home_config_poll |
5.29 - 8.00 | avm_home_config_print_data |
5.29 - 8.00 | avm_home_config_send_message |
5.29 - 8.00 | avm_home_config_set_timer_valid_timer |
5.29 - 8.00 | avm_home_config_storeSrcDevID |
7.08 - 8.00 | avm_home_csock_exit |
7.08 - 8.00 | avm_home_csock_init |
7.08 - 8.00 | avm_home_csock_poll |
7.39 - 8.00 | avm_home_csock_run_in_csock_thread |
7.39 - 8.00 | avm_home_csock_run_in_csock_thread_wrapper |
7.08 - 8.00 | avm_home_csock_send_kpi |
7.08 - 8.00 | avm_home_csock_thread |
5.29 - 8.00 | avm_home_delayed_msg_tx |
6.98 - 8.00 | avm_home_delayed_msg_tx_wFreeOnFail |
5.29 - 8.00 | avm_home_device_deinit |
6.98 - 8.00 | avm_home_device_group_exit |
6.98 - 8.00 | avm_home_device_group_init |
6.98 - 8.00 | avm_home_device_group_poll |
5.29 - 8.00 | avm_home_device_init |
5.29 - 8.00 | avm_home_device_internal_deinit |
5.29 - 8.00 | avm_home_device_list_modules |
6.98 - 8.00 | avm_home_device_network_exit |
6.98 - 8.00 | avm_home_device_network_init |
6.98 - 8.00 | avm_home_device_network_load_savedData |
6.98 - 8.00 | avm_home_device_network_poll |
5.29 - 8.00 | avm_home_device_poll |
5.29 - 8.00 | avm_home_device_register |
5.53 - 6.64 | avm_home_device_removal_notify |
5.29 - 8.00 | avm_home_device_send_time_valid |
5.29 - 8.00 | avm_home_device_unregister |
6.35 - 8.00 | avm_home_do_hkr_dates_match |
6.98 - 8.00 | avm_home_event_publisher_all_ignore_group |
6.98 - 8.00 | avm_home_event_publisher_clean_up_multi_list |
6.98 - 8.00 | avm_home_event_publisher_connectivity_event |
6.98 - 8.00 | avm_home_event_publisher_deinit |
6.98 - 8.00 | avm_home_event_publisher_get_size_by_messagetype |
6.98 - 8.00 | avm_home_event_publisher_init |
6.98 - 8.00 | avm_home_event_publisher_init_deferred |
6.98 - 8.00 | avm_home_event_publisher_is_switch_ignored_because_of_group |
6.98 - 8.00 | avm_home_event_publisher_is_tsoll_ignored_because_of_group |
7.63 - 8.00 | avm_home_event_publisher_receive_thread |
6.98 - 8.00 | avm_home_event_publisher_received_alert_event |
6.98 - 8.00 | avm_home_event_publisher_received_battery_low |
6.98 - 8.00 | avm_home_event_publisher_received_button_event |
7.19 - 8.00 | avm_home_event_publisher_received_color_hs |
7.19 - 8.00 | avm_home_event_publisher_received_color_temperature |
7.39 - 8.00 | avm_home_event_publisher_received_custom_notification |
6.98 - 8.00 | avm_home_event_publisher_received_hkr_error |
6.98 - 8.00 | avm_home_event_publisher_received_hkr_tsoll |
6.98 - 8.00 | avm_home_event_publisher_received_hkr_window |
7.19 - 8.00 | avm_home_event_publisher_received_level |
6.98 - 8.00 | avm_home_event_publisher_received_plug_switch |
6.98 - 8.00 | avm_home_event_publisher_received_template_apply |
6.98 - 8.00 | avm_home_event_publisher_switch_ignore_group |
6.98 - 8.00 | avm_home_event_publisher_trigger_event |
6.98 - 8.00 | avm_home_event_publisher_tsoll_ignore_group |
6.98 - 8.00 | avm_home_exists_device |
7.39 - 8.00 | avm_home_extHELP_cyclic_check |
5.53 - 8.00 | avm_home_extHELP_unRegisterListener |
7.39 - 8.00 | avm_home_external_add_json_payload |
6.88 - 8.00 | avm_home_external_close_conn |
5.29 - 8.00 | avm_home_external_exit |
7.19 - 8.00 | avm_home_external_get_supported_light_modes |
5.29 - 6.06 | avm_home_external_handle_config |
6.88 - 8.00 | avm_home_external_handle_conn |
5.29 - 8.00 | avm_home_external_init |
5.29 - 8.00 | avm_home_external_message_get_msgtype_size |
5.29 - 8.00 | avm_home_external_poll |
5.55 - 8.00 | avm_home_external_print_support_data |
5.29 - 8.00 | avm_home_external_receiveThread |
5.29 - 8.00 | avm_home_external_rx_message_init |
5.29 - 8.00 | avm_home_external_rx_message_next_payload |
6.88 - 6.110 | avm_home_external_searchForInactiveConnections |
5.29 - 5.55 | avm_home_external_select_context |
7.39 - 8.00 | avm_home_external_trigger_dect_manager_callback_added |
7.39 - 8.00 | avm_home_external_trigger_dect_manager_callback_new_name |
7.39 - 8.00 | avm_home_external_trigger_dect_manager_callback_new_state |
7.39 - 8.00 | avm_home_external_trigger_dect_manager_callback_removed |
7.39 - 8.00 | avm_home_external_trigger_mapping_add |
7.39 - 8.00 | avm_home_external_trigger_mapping_get_by_id |
7.39 - 8.00 | avm_home_external_trigger_mapping_get_by_ident |
7.39 - 8.00 | avm_home_external_trigger_mapping_remove |
5.29 - 8.00 | avm_home_external_tx_message_add_payload |
5.29 - 8.00 | avm_home_external_tx_message_build |
5.29 - 8.00 | avm_home_external_tx_message_init |
5.58 - 8.00 | avm_home_found_enabled_calname_match |
5.29 - 8.00 | avm_home_generate_sonnenauf_und_untergang |
5.29 - 8.00 | avm_home_generate_sonnenauf_und_untergang_for_one_day |
6.36 - 8.00 | avm_home_generic_does_hkrtempdates_nexthour_change |
6.54 - 8.00 | avm_home_generic_function_alert_switch_timer_handler |
5.29 - 8.00 | avm_home_generic_function_alloc_get_req |
6.10 - 7.81 | avm_home_generic_function_alloc_zaehler |
5.29 - 8.00 | avm_home_generic_function_exit |
5.29 - 8.00 | avm_home_generic_function_find_get_req |
5.29 - 8.00 | avm_home_generic_function_free_all_get_req |
6.98 | avm_home_generic_function_get_id_by_ain |
5.29 - 8.00 | avm_home_generic_function_get_req_min_value |
6.10 - 7.81 | avm_home_generic_function_get_zaehler_index |
7.39 - 8.00 | avm_home_generic_function_hkr_window_sensor_load |
7.39 - 8.00 | avm_home_generic_function_hkr_window_sensor_save |
5.29 - 8.00 | avm_home_generic_function_init |
7.39 - 8.00 | avm_home_generic_function_mesh_broadcast_window_sensor_list |
5.29 - 8.00 | avm_home_generic_function_poll |
5.29 - 8.00 | avm_home_generic_function_print_data |
6.20 - 8.00 | avm_home_generic_function_remove_hkr_times |
5.29 - 8.00 | avm_home_generic_function_remove_relay_times |
7.19 - 8.00 | avm_home_generic_function_sonnen_auf_und_untergang_enhhandler |
5.29 - 8.00 | avm_home_generic_function_sonnen_auf_und_untergang_handler |
6.35 - 8.00 | avm_home_generic_get_cur_hkrtempdates_temp |
6.36 - 8.00 | avm_home_generic_get_hkrtempdates_default_temp |
6.54 - 7.18 | avm_home_generic_get_switch_by_id |
6.25 - 8.00 | avm_home_generic_help_get_timestamp |
6.35 - 8.00 | avm_home_generic_hkrconfig_send_tsoll |
7.63 - 8.00 | avm_home_generic_is_summer_holiday_activ |
5.29 - 8.00 | avm_home_generic_load_variable |
5.53 - 8.00 | avm_home_generic_reset_variables |
5.29 - 8.00 | avm_home_generic_save_line |
5.29 - 8.00 | avm_home_generic_save_variable |
6.36 - 8.00 | avm_home_generic_set_activ_hkrtemp_dates |
6.25 - 8.00 | avm_home_get_basicdevice_productname |
7.08 - 8.00 | avm_home_get_deviceType_fromModel |
5.58 - 6.110 | avm_home_get_device_by_id |
5.29 - 8.00 | avm_home_get_device_id |
5.29 - 8.00 | avm_home_get_device_name |
6.10 - 8.00 | avm_home_get_device_productname |
5.58 - 6.110 | avm_home_get_groupdevice_by_grouphash |
5.29 - 8.00 | avm_home_get_min_website_timeout |
5.29 - 8.00 | avm_home_get_model |
5.58 - 7.18 | avm_home_get_switchdevice_by_id |
7.39 - 8.00 | avm_home_global_apply_defaults |
7.39 - 8.00 | avm_home_global_communicate_config_to_mesh |
7.39 - 8.00 | avm_home_global_save_broadcast_if_master |
7.19 - 8.00 | avm_home_global_save_convert_from_old_format |
5.29 - 8.00 | avm_home_global_save_do_restore |
5.29 - 8.00 | avm_home_global_save_do_save |
5.29 - 8.00 | avm_home_global_save_exit |
5.58 - 6.110 | avm_home_global_save_get_gui_entry_by_id |
5.29 - 8.00 | avm_home_global_save_init |
5.29 - 8.00 | avm_home_global_save_poll |
7.08 - 8.00 | avm_home_help_get_battery__mV_to_percentage |
7.08 - 8.00 | avm_home_help_get_battery__percentage_to_mV |
7.24 - 8.00 | avm_home_humidity_exit |
7.24 - 8.00 | avm_home_humidity_init |
7.24 - 8.00 | avm_home_humidity_poll |
7.08 - 8.00 | avm_home_isBatteryPowered_byDeviceType |
6.98 - 8.00 | avm_home_is_avmSubButton_device_by_id |
6.54 - 8.00 | avm_home_is_etsiUnit_device_by_id |
5.58 - 8.00 | avm_home_is_group_device_by_id |
5.53 - 8.00 | avm_home_is_local_device |
5.53 - 8.00 | avm_home_is_local_device_by_id |
7.52 - 8.00 | avm_home_is_lrwpan_device |
7.52 - 8.00 | avm_home_is_lrwpan_device_by_id |
5.53 - 8.00 | avm_home_is_network_device |
5.53 - 8.00 | avm_home_is_network_device_by_id |
5.53 - 7.31 | avm_home_is_prolific_device |
5.53 - 7.31 | avm_home_is_prolific_device_by_id |
7.57 - 8.00 | avm_home_is_serial_device_by_id |
6.54 - 7.81 | avm_home_is_sml_device_by_id |
7.39 - 8.00 | avm_home_is_timeout_registered |
5.53 - 8.00 | avm_home_is_ule_device |
5.53 - 8.00 | avm_home_is_ule_device_by_id |
7.08 - 8.00 | avm_home_kpi_exit |
7.08 - 8.00 | avm_home_kpi_init |
7.08 - 8.00 | avm_home_kpi_poll |
7.19 - 8.00 | avm_home_level_control_exit |
7.19 - 8.00 | avm_home_level_control_init |
7.39 - 8.00 | avm_home_level_control_is_network |
7.19 - 8.00 | avm_home_level_control_poll |
5.29 - 8.00 | avm_home_lmgr_add |
5.29 - 8.00 | avm_home_lmgr_destroy |
6.98 - 8.00 | avm_home_lmgr_hasSubscriber |
5.29 - 8.00 | avm_home_lmgr_init |
5.29 - 8.00 | avm_home_lmgr_notify |
5.29 - 8.00 | avm_home_load_libraries |
5.29 - 8.00 | avm_home_load_save_alloc_new_element |
5.29 - 8.00 | avm_home_load_save_backup_data |
5.29 - 8.00 | avm_home_load_save_find_element |
5.29 - 8.00 | avm_home_load_save_free_data |
5.29 - 8.00 | avm_home_load_save_get_next_element |
5.29 - 8.00 | avm_home_load_save_insert_data |
5.29 - 8.00 | avm_home_load_save_remove_data |
5.29 - 8.00 | avm_home_load_save_restore_data |
7.63 | avm_home_matter_all_devices_available |
7.61 - 7.63 | avm_home_matter_cb_device_changes |
7.63 | avm_home_matter_cb_endpoint_action |
7.63 | avm_home_matter_cb_matter_notifications |
7.61 - 7.63 | avm_home_matter_cb_state_changed |
7.63 | avm_home_matter_commit_device_list |
7.61 - 7.63 | avm_home_matter_create_bridged_device_for |
7.61 - 7.63 | avm_home_matter_create_bridged_device_for_alert |
7.61 - 7.63 | avm_home_matter_create_bridged_device_for_avm_hkr |
7.63 | avm_home_matter_create_bridged_device_for_blind |
7.61 - 7.63 | avm_home_matter_create_bridged_device_for_dimmable_light |
7.61 - 7.63 | avm_home_matter_create_bridged_device_for_onoff |
7.61 - 7.63 | avm_home_matter_create_bridged_device_for_temp |
7.61 - 7.63 | avm_home_matter_device_get_by_endpoint_id |
7.61 - 7.63 | avm_home_matter_device_get_or_insert_by_ident |
7.63 | avm_home_matter_distribute_blind_current_level |
7.63 | avm_home_matter_distribute_blind_openclose_status |
7.63 | avm_home_matter_distribute_blind_safety_status |
7.63 | avm_home_matter_distribute_blind_target_level |
7.61 - 7.63 | avm_home_matter_distribute_change_boolean_state |
7.63 | avm_home_matter_distribute_change_color |
7.63 | avm_home_matter_distribute_change_color_supported_modes_updated |
7.61 - 7.63 | avm_home_matter_distribute_change_color_temperature |
7.61 - 7.63 | avm_home_matter_distribute_change_device_active |
7.61 - 7.63 | avm_home_matter_distribute_change_device_deleted |
7.61 - 7.63 | avm_home_matter_distribute_change_level |
7.61 - 7.63 | avm_home_matter_distribute_change_name |
7.61 - 7.63 | avm_home_matter_distribute_change_occupied |
7.61 - 7.63 | avm_home_matter_distribute_change_onoff_switch |
7.61 - 7.63 | avm_home_matter_distribute_change_tist |
7.61 - 7.63 | avm_home_matter_distribute_change_tsoll |
7.61 - 7.63 | avm_home_matter_exit |
7.61 - 7.63 | avm_home_matter_get_or_insert_bridged_from_aha_device |
7.61 - 7.63 | avm_home_matter_ident_to_endpoint_id_exit |
7.61 - 7.63 | avm_home_matter_ident_to_endpoint_id_init |
7.61 - 7.63 | avm_home_matter_init |
7.61 - 7.63 | avm_home_matter_mapping_supportdata |
7.63 | avm_home_matter_send_new_color_values_for |
7.61 - 7.63 | avm_home_matter_supportdata |
7.39 | avm_home_message_dump_pointers |
5.53 - 6.110 | avm_home_msg_dump_inAnyCase |
5.29 - 8.00 | avm_home_msg_rx |
5.29 - 8.00 | avm_home_msg_tx |
6.88 - 8.00 | avm_home_msg_tx_first |
6.98 - 8.00 | avm_home_msg_tx_first_wFreeOnFail |
6.98 - 8.00 | avm_home_msg_tx_wFreeOnFail |
5.29 - 7.31 | avm_home_pair |
5.29 - 8.00 | avm_home_poll_website_timeout |
5.29 | avm_home_pushmail__dbg_print_configItem |
5.29 | avm_home_pushmail__dbg_print_time |
5.29 - 6.06 | avm_home_pushmail_create |
5.29 - 8.00 | avm_home_pushmail_doXmlEscaping |
5.29 - 8.00 | avm_home_pushmail_exit |
5.29 - 8.00 | avm_home_pushmail_init |
5.29 - 8.00 | avm_home_pushmail_init_timer |
5.29 - 8.00 | avm_home_pushmail_list_alloc |
5.29 - 8.00 | avm_home_pushmail_list_backup_write_value |
5.29 - 7.04 | avm_home_pushmail_list_find_by_identifier |
5.29 - 8.00 | avm_home_pushmail_list_free |
5.29 - 8.00 | avm_home_pushmail_list_init |
5.29 - 8.00 | avm_home_pushmail_list_readback_store_value |
5.29 - 8.00 | avm_home_pushmail_list_save |
5.29 - 7.04 | avm_home_pushmail_list_search |
5.29 - 8.00 | avm_home_pushmail_mailer__exit |
5.29 - 8.00 | avm_home_pushmail_mailer__sendFile |
5.29 - 8.00 | avm_home_pushmail_poll |
5.29 - 8.00 | avm_home_queue_empty |
5.29 - 8.00 | avm_home_register_device_driver |
5.29 - 8.00 | avm_home_register_website_timeout |
6.98 - 7.31 | avm_home_renew_upnp_client |
5.29 - 8.00 | avm_home_reschedule_msg_tx |
5.29 - 8.00 | avm_home_send_command |
5.29 - 8.00 | avm_home_send_command_to_aha |
5.29 - 7.31 | avm_home_send_pair_to_aha |
5.29 - 8.00 | avm_home_send_stop_message |
5.29 - 8.00 | avm_home_send_time_valid |
5.29 - 8.00 | avm_home_send_wireshark_trace_message |
5.29 - 8.00 | avm_home_service_message_next_rx_payload |
5.29 - 8.00 | avm_home_service_rx_message_init |
5.29 - 8.00 | avm_home_service_tx_message_add_payload |
5.29 - 8.00 | avm_home_service_tx_message_get_message |
5.29 - 8.00 | avm_home_service_tx_message_init |
5.29 - 8.00 | avm_home_service_tx_message_one_payload |
5.29 - 8.00 | avm_home_service_tx_message_one_payload_named_dest |
6.98 - 7.31 | avm_home_start_upnp_client |
5.53 - 6.110 | avm_home_start_upnp_server |
5.29 - 8.00 | avm_home_stat_add_one_value |
6.98 - 8.00 | avm_home_stat_get_datatime |
5.29 - 6.36 | avm_home_stat_mmap |
5.29 - 6.36 | avm_home_stat_munmap |
5.29 - 8.00 | avm_home_statistic_alloc_get_req |
5.29 - 8.00 | avm_home_statistic_exit |
5.29 - 8.00 | avm_home_statistic_find_get_req |
5.29 - 8.00 | avm_home_statistic_free_all_get_req |
5.29 - 8.00 | avm_home_statistic_get_req_min_value |
5.29 - 8.00 | avm_home_statistic_get_shm |
5.29 - 8.00 | avm_home_statistic_handle_disconnect |
5.29 - 8.00 | avm_home_statistic_init |
5.29 - 8.00 | avm_home_statistic_poll |
5.29 - 8.00 | avm_home_statistic_print_data |
6.98 - 8.00 | avm_home_statistic_start_stats_autoupdate |
5.29 - 8.00 | avm_home_stats_add_config_func |
5.29 - 8.00 | avm_home_stats_print_config |
6.98 - 7.31 | avm_home_stop_upnp_client |
5.53 - 6.110 | avm_home_stop_upnp_server |
5.29 - 6.110 | avm_home_test_for_waiting_messages |
5.29 - 8.00 | avm_home_test_libraries_present |
5.29 - 8.00 | avm_home_time_table_init |
5.29 - 8.00 | avm_home_times_relay_haschanged |
7.39 - 8.00 | avm_home_triger_save_persistent |
7.39 - 8.00 | avm_home_trigger_add |
7.39 - 7.81 | avm_home_trigger_add_caching_for |
7.39 - 8.00 | avm_home_trigger_broadcast_if_master |
7.39 - 8.00 | avm_home_trigger_changed_value |
7.39 - 8.00 | avm_home_trigger_dect_manager_callbacks_register |
7.39 - 8.00 | avm_home_trigger_dect_manager_callbacks_remove |
7.39 - 8.00 | avm_home_trigger_dump_shm |
7.39 - 8.00 | avm_home_trigger_edit |
7.39 - 8.00 | avm_home_trigger_editname |
7.39 - 8.00 | avm_home_trigger_exit |
7.39 - 8.00 | avm_home_trigger_hash_trigger_hashmap_key |
7.39 - 8.00 | avm_home_trigger_init |
7.39 - 8.00 | avm_home_trigger_is_threshold_exceeded |
7.39 - 8.00 | avm_home_trigger_mesh_broadcast_trigger_list |
7.39 - 8.00 | avm_home_trigger_mesh_upsert |
7.39 - 8.00 | avm_home_trigger_poll |
7.39 - 8.00 | avm_home_trigger_remove |
7.39 - 7.81 | avm_home_trigger_remove_caching_for |
7.39 - 8.00 | avm_home_trigger_set_active |
7.63 - 8.00 | avm_home_trigger_telephony_event |
7.63 - 8.00 | avm_home_trigger_telephony_event_all_calls_finished |
7.63 - 8.00 | avm_home_trigger_time_calculate_next_delay |
7.63 - 8.00 | avm_home_trigger_time_setup_delayed |
7.63 - 8.00 | avm_home_trigger_time_trigger_now |
7.63 - 8.00 | avm_home_trigger_trigger |
7.63 - 8.00 | avm_home_trigger_type_specific_deinit |
7.63 - 8.00 | avm_home_trigger_type_specific_init |
5.53 - 8.00 | avm_home_unload_libraries |
6.10 - 8.00 | avm_home_unregister_website_timeout |
5.29 - 8.00 | avm_home_upper_connection_exit |
5.29 - 8.00 | avm_home_upper_connection_handle_apply |
5.29 - 8.00 | avm_home_upper_connection_handle_function_request_set |
5.29 - 8.00 | avm_home_upper_connection_handle_set_cal |
5.29 - 8.00 | avm_home_upper_connection_handle_update |
5.29 - 8.00 | avm_home_upper_connection_handle_update_search |
5.29 - 8.00 | avm_home_upper_connection_init |
5.29 - 8.00 | avm_home_upper_connection_poll |
5.29 - 8.00 | avm_home_upper_connection_receive_message |
5.29 - 8.00 | avm_home_upper_connection_shm_init |
5.29 - 8.00 | avm_home_upper_connection_thread |
7.63 | avm_home_usb_debug_get_fd |
7.63 | avm_home_usb_debug_print |
7.63 - 8.00 | avm_home_widget_help_get_timestamp |
5.29 - 8.00 | avm_home_wireshark |
7.19 - 8.00 | avm_level_helper_fd500value_get_percent |
7.19 - 8.00 | avm_level_helper_percent_get_fd500value |
7.24 - 8.00 | avmbutton_do_hkr_dates_match |
7.58 - 8.00 | check_device_is_avm_unitBased |
7.39 - 8.00 | check_device_is_part_of_template |
7.39 - 8.00 | check_device_is_zigbee |
5.29 - 8.00 | check_element_not_in_free_list |
5.29 - 8.00 | check_free_list |
7.39 | check_memory_consumption |
6.10 - 6.36 | cih_createDecoder |
6.10 - 6.36 | cih_createEncoder |
7.63 - 8.00 | color_preset_widget_handler_get_colorpresetid |
7.63 - 8.00 | color_preset_widget_handler_get_shm_colorpresetid |
7.39 - 8.00 | color_serializer_reader |
7.39 - 8.00 | color_serializer_writer |
7.63 - 8.00 | colortemperature_preset_widget_handler_get_colortemperaturepresetid |
7.63 - 8.00 | colortemperature_preset_widget_handler_get_shm_colortemperaturepresetid |
6.98 - 8.00 | compatibilityConvert |
5.29 - 8.00 | connection_init_client |
5.29 - 8.00 | connection_init_server |
5.29 - 6.36 | convert_fromBigEndian_toMachine |
5.29 - 6.36 | convert_fromLittleEndian_toMachine |
5.29 - 6.36 | convert_fromMachine_toBigEndian |
5.29 - 6.36 | convert_fromMachine_toLittleEndian |
5.58 - 6.36 | convert_fromMachine_toMachine |
7.08 - 8.00 | daily_counter_calculate_for_days |
7.08 - 8.00 | daily_counter_create |
7.08 - 8.00 | daily_counter_get_days_since_epoch |
7.08 - 8.00 | daily_counter_get_nth_day_index |
7.08 - 8.00 | daily_counter_increment |
7.08 - 8.00 | daily_counter_inspect |
7.08 - 8.00 | daily_counter_refresh |
5.29 - 8.00 | delete_device |
5.53 - 8.00 | deliver_timed_messages |
5.29 - 8.00 | dequeue_tail_time_table_entry |
5.29 - 8.00 | dequeue_time_table_entry |
7.24 - 8.00 | dial_helper_call |
7.24 - 8.00 | dial_helper_deserialize |
7.24 - 8.00 | dial_helper_serialize |
6.98 - 8.00 | do_hkr_dates_match |
7.39 - 8.00 | do_http_request |
7.39 - 8.00 | do_http_request_in_csock_thread |
7.90 | dummy_callback_closed |
7.90 | dummy_callback_connected |
7.90 | dummy_callback_dataready |
7.90 | dummy_callback_disconnected |
5.29 - 6.110 | dummy_poll |
7.39 - 8.00 | dump_complete_callback |
5.29 - 8.00 | enqueue_before_time_table_entry |
5.29 - 8.00 | enqueue_front_time_table_entry |
5.29 - 8.00 | enqueue_tail_time_table_entry |
7.08 - 8.00 | event_closed |
7.08 - 8.00 | event_ready |
5.29 - 6.36 | fatal_error |
5.29 - 8.00 | find_device |
7.24 - 8.00 | four_widget_button_pressed |
7.24 - 8.00 | four_widget_destroy |
7.24 - 8.00 | four_widget_get_encapsulated_specific_widget |
7.24 - 8.00 | four_widget_init |
6.98 - 8.00 | gd_handle_payloadsForMe |
5.29 - 8.00 | get_avm_home_time |
5.55 - 8.00 | get_avm_home_time_lastMonthDay |
5.29 - 6.36 | get_enum__aha_command_name |
5.29 - 6.36 | get_enum__aha_time_entry_action_name |
5.29 - 6.36 | get_enum__aha_time_entry_loop_name |
5.29 - 6.36 | get_enum__aha_time_entry_start_name |
5.53 - 6.36 | get_enum__avm_home_time_action_name |
5.53 - 6.36 | get_enum__avm_home_time_jahr_name |
5.53 - 6.36 | get_enum__avm_home_time_minute_name |
5.53 - 6.36 | get_enum__avm_home_time_monat_name |
5.53 - 6.36 | get_enum__avm_home_time_stunde_name |
5.53 - 6.36 | get_enum__avm_home_time_tag_name |
5.53 - 6.36 | get_enum__avm_home_time_woche_name |
5.29 - 6.36 | get_enum__time_table_use_name |
5.53 - 6.36 | get_enum_avm_home_control_operator_name |
5.29 - 6.36 | get_enum_avm_home_device_active_state_name |
5.29 - 6.36 | get_enum_avm_home_device_power_on_type__name |
5.29 - 6.36 | get_enum_avm_home_device_trace_names_name |
5.29 - 6.36 | get_enum_avm_home_device_type__name |
5.29 - 6.36 | get_enum_avm_home_external_listen_flags_name |
5.29 - 6.36 | get_enum_avm_home_external_message_flags_name |
5.29 - 6.36 | get_enum_avm_home_external_message_types_name |
5.53 - 6.36 | get_enum_avm_home_function_control_entry_type_name |
5.29 - 6.36 | get_enum_avm_home_function_type__name |
5.58 - 6.36 | get_enum_avm_home_group_action_name |
5.29 - 6.36 | get_enum_avm_home_pushmail_command_name |
5.29 - 6.36 | get_enum_avm_home_pushmail_type_name |
5.29 - 6.36 | get_enum_avm_home_statistic_times_type__name |
5.58 - 6.36 | get_enum_avm_home_switch_lock_name |
6.10 - 6.36 | get_enum_avm_home_temp_type_name |
6.10 - 6.36 | get_enum_avm_home_zaehler_messgroesse_name |
6.10 - 6.36 | get_enum_avm_home_zaehler_messwert_name |
6.10 - 6.36 | get_enum_avm_home_zaehler_tarif_name |
6.10 - 6.36 | get_enum_avm_home_zaehler_type_name |
5.29 - 6.36 | get_enum_pushmail_function_trigger_param_name |
7.39 - 8.00 | get_how_to_handle_message |
7.08 - 8.00 | get_kpi_json |
5.29 - 8.00 | get_next_avm_time_entry |
6.98 - 8.00 | group_statistic_ctor |
7.19 - 8.00 | grpBaseGroup_isInitStateActive |
6.98 - 8.00 | grpFeatureBase |
6.98 - 8.00 | grpFeatureBase_class |
6.98 - 8.00 | grpFeatureBase_cleanUp |
6.98 - 8.00 | grpFeatureBase_ctor |
6.98 - 8.00 | grpFeatureBase_forwardPayload |
6.98 - 8.00 | grpFeatureBase_groupFeaturesAdjusted |
6.98 - 8.00 | grpFeatureBase_initWCaseClass |
6.98 - 8.00 | grpFeatureBase_isEnabled |
7.19 - 8.00 | grpFeatureBase_isInitStateActive |
6.98 - 8.00 | grpFeatureBase_isThisOurAhaDevice |
6.98 - 8.00 | grpFeatureBase_methods |
6.98 - 8.00 | grpFeatureBase_printSupportData |
6.98 - 8.00 | grpFeatureBase_ueberbuegeling |
7.24 - 8.00 | grpFeatureBlind |
7.24 - 8.00 | grpFeatureBlind_class |
7.24 - 8.00 | grpFeatureBlind_ctor |
7.24 - 8.00 | grpFeatureBlind_methods |
7.19 - 8.00 | grpFeatureColorControl |
7.19 - 8.00 | grpFeatureColorControl_class |
7.19 - 8.00 | grpFeatureColorControl_ctor |
7.19 - 8.00 | grpFeatureColorControl_getMode |
7.19 - 8.00 | grpFeatureColorControl_methods |
7.19 - 8.00 | grpFeatureColorControl_setColorGroup |
6.98 - 8.00 | grpFeatureHkr |
6.98 - 8.00 | grpFeatureHkr_class |
6.98 - 8.00 | grpFeatureHkr_ctor |
6.98 - 8.00 | grpFeatureHkr_methods |
7.19 - 8.00 | grpFeatureLevelControl |
7.19 - 8.00 | grpFeatureLevelControl_class |
7.19 - 8.00 | grpFeatureLevelControl_ctor |
7.19 - 8.00 | grpFeatureLevelControl_methods |
7.19 - 8.00 | grpFeatureLevelControl_setLevelGroup |
6.98 - 8.00 | grpFeaturePlugSocket |
6.98 - 8.00 | grpFeaturePlugSocket_class |
6.98 - 8.00 | grpFeaturePlugSocket_ctor |
6.98 - 8.00 | grpFeaturePlugSocket_getSub |
6.98 - 8.00 | grpFeaturePlugSocket_methods |
6.98 - 8.00 | grpFeaturePlugSocket_switchGroup |
6.98 - 8.00 | grpFeaturePlugSocket_updateControlSHM |
6.98 - 8.00 | grpFeaturePowerMeter |
6.98 - 8.00 | grpFeaturePowerMeter_class |
6.98 - 8.00 | grpFeaturePowerMeter_ctor |
6.98 - 8.00 | grpFeaturePowerMeter_methods |
6.98 - 8.00 | grpLocalGroup_getFeature |
7.19 - 8.00 | grpLocalGroup_isInitStateActive |
7.19 - 8.00 | grpModule_isInitStateActive |
6.98 - 8.00 | grpPlugSocketSub |
6.98 - 8.00 | grpPlugSocketSubCountDown |
6.98 - 8.00 | grpPlugSocketSubCountDown_class |
6.98 - 8.00 | grpPlugSocketSubCountDown_ctor |
6.98 - 8.00 | grpPlugSocketSubCountDown_getTimerValue |
6.98 - 8.00 | grpPlugSocketSubCountDown_groupHasSwitched |
6.98 - 8.00 | grpPlugSocketSubCountDown_isSwitchOffSet |
6.98 - 8.00 | grpPlugSocketSubCountDown_isSwitchOnSet |
6.98 - 8.00 | grpPlugSocketSubCountDown_methods |
6.98 - 8.00 | grpPlugSocketSubSwitchMaster |
6.98 - 8.00 | grpPlugSocketSubSwitchMaster_class |
6.98 - 8.00 | grpPlugSocketSubSwitchMaster_ctor |
6.98 - 8.00 | grpPlugSocketSubSwitchMaster_methods |
6.98 - 8.00 | grpPlugSocketSubTempMaster |
6.98 - 8.00 | grpPlugSocketSubTempMaster_class |
6.98 - 8.00 | grpPlugSocketSubTempMaster_getLowerSollwert |
6.98 - 8.00 | grpPlugSocketSubTempMaster_getMasterAIN |
6.98 - 8.00 | grpPlugSocketSubTempMaster_getThreshold |
6.98 - 8.00 | grpPlugSocketSubTempMaster_getUpperSollwert |
6.98 - 8.00 | grpPlugSocketSubTempMaster_isHeating |
6.98 - 8.00 | grpPlugSocketSubTempMaster_methods |
6.98 - 8.00 | grpPlugSocketSub_class |
6.98 - 8.00 | grpPlugSocketSub_ctor |
6.98 - 8.00 | grpPlugSocketSub_featureIsActive |
6.98 - 8.00 | grpPlugSocketSub_featureIsGone |
6.98 - 8.00 | grpPlugSocketSub_forwardPayload |
6.98 - 8.00 | grpPlugSocketSub_getYourMsgDispatcher |
6.98 - 8.00 | grpPlugSocketSub_initWCaseClass |
6.98 - 8.00 | grpPlugSocketSub_isEnabled |
6.98 - 8.00 | grpPlugSocketSub_methods |
6.98 - 8.00 | grpPlugSocketSub_printSupportData |
6.98 - 8.00 | grpPlugsocketSubTempMaster_ctor |
5.29 - 8.00 | handle_signal |
6.98 - 8.00 | help_get_timestamp |
7.39 | hexDump |
7.39 - 8.00 | hkr_window_sensor_serializer_reader |
7.39 - 8.00 | hkr_window_sensor_serializer_writer |
6.98 - 8.00 | iface_addToGroup |
6.98 - 8.00 | iface_delFromGroup |
6.98 - 8.00 | iface_group_ctor |
6.98 - 8.00 | iface_group_dtor |
7.39 - 8.00 | ignore_data |
5.53 - 8.00 | ignore_signal |
5.53 - 6.06 | init_enum_check |
5.53 - 8.00 | install_signal_handler |
7.39 - 8.00 | level_serializer_reader |
7.39 - 8.00 | level_serializer_writer |
6.98 - 8.00 | lg_buildGroupHash |
6.98 - 8.00 | lg_ctor |
6.98 - 8.00 | lg_ctor_fromCaseClass |
5.29 - 8.00 | main |
7.08 - 8.00 | make_json_object |
7.61 - 7.63 | matter_serializer_reader |
7.61 - 7.63 | matter_serializer_writer |
5.29 - 5.57 | messageFlagsToString |
5.29 - 5.57 | messageTypeToString |
5.55 - 8.00 | netLib_getSocketName |
5.55 - 8.00 | netLib_getSocketNameAsString |
5.55 - 8.00 | netLib_getSocketPeerName |
5.55 - 8.00 | netLib_getSocketPeerNameAsString |
5.59 - 6.36 | netLib_getThreadName |
5.58 - 6.36 | netLib_setRxTxThreadName |
5.55 - 8.00 | netLib_setSocketOpt |
5.55 - 8.00 | netLib_setSocketOpt__SO_KEEPALIVE |
5.55 - 8.00 | netLib_setSocketOpt__SO_KEEPCNT |
5.55 - 8.00 | netLib_setSocketOpt__SO_KEEPIDLE |
5.55 - 8.00 | netLib_setSocketOpt__SO_KEEPINTVL |
5.55 - 8.00 | netLib_setSocketOpt__SO_SNDTIMEO |
6.98 - 8.00 | net_group_ctor |
6.54 - 8.00 | next_line |
7.39 - 8.00 | onoff_widget_handler_has_at_least_one_level_control |
5.29 - 8.00 | print_avm_time |
5.29 - 8.00 | print_element |
6.98 - 8.00 | private_adi_xml_fromBinaryToXmlConverter_convertGroups |
6.98 - 8.00 | private_adi_xml_fromBinaryToXmlConverter_cp |
7.08 - 8.00 | private_ahadEtsiUnit_hash_string |
6.54 - 7.04 | private_ahadEtsiVirtUnit_hash_string |
5.29 - 8.00 | process_value |
6.98 - 8.00 | public_adi_xml_ctor |
6.98 - 8.00 | public_admb_caseClass_subButton_ctor |
7.08 - 8.00 | public_adme_caseClass_unit_ctor |
6.98 - 7.04 | public_adme_caseClass_virtUnit_ctor |
6.98 - 8.00 | public_admg_caseClass_localGroup_ctor |
6.98 - 8.00 | public_admg_caseClass_localGroup_debugDump |
7.19 - 8.00 | public_admg_caseClass_localGroup_getFeatureColorControl |
6.98 - 8.00 | public_admg_caseClass_localGroup_getFeatureHkr |
7.19 - 8.00 | public_admg_caseClass_localGroup_getFeatureLevelControl |
6.98 - 8.00 | public_admg_caseClass_localGroup_getFeaturePlugSocket |
6.98 - 8.00 | public_admg_caseClass_localGroup_getMember |
6.98 - 8.00 | public_admg_caseClass_localGroup_getProps |
6.98 - 8.00 | public_admtDriver_genNetExtendedTemplateInfo_forTemplate |
6.98 - 8.00 | public_admtDriver_getAhaDevice |
6.98 - 8.00 | public_admtDriver_getAhaDeviceHandle_for_clientNet |
6.98 - 8.00 | public_admtDriver_getAhaDeviceHandle_for_serverNet |
6.98 - 8.00 | public_admtDriver_getDeviceByAIN |
6.98 - 8.00 | public_admtDriver_getDeviceById |
6.98 - 8.00 | public_admtDriver_getNextDevice |
6.98 - 8.00 | public_admtSpecificTemplate_updateBackup |
6.98 - 8.00 | public_admt_caseClass_specificTemplate_ctor |
6.98 - 8.00 | public_admt_caseClass_specificTemplate_debugDump |
7.24 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureColor |
7.39 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureCustomNotification |
7.24 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureDialHelper |
6.98 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureHkr |
7.39 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureHttpRequest |
7.24 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureLevel |
6.98 - 8.00 | public_admt_caseClass_specificTemplate_getFeaturePlugSocket |
7.24 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureSunSimulation |
7.39 - 8.00 | public_admt_caseClass_specificTemplate_getFeatureTamControl |
6.98 - 8.00 | public_admt_caseClass_specificTemplate_getMember |
6.98 - 8.00 | public_admt_caseClass_specificTemplate_getProps |
6.54 - 8.00 | public_ahadEtsiUnit_ctor |
6.54 - 7.04 | public_ahadEtsiVirtUnit_ctor |
6.88 - 8.00 | public_ahadNexusBaseService_ctor |
6.88 - 8.00 | public_ahadNexusService_oldApi_client_ctor |
6.88 - 8.00 | public_ahadNexusService_oldApi_ctor |
6.88 - 8.00 | public_ahadNexusService_oldApi_server_ctor |
6.54 - 8.00 | public_ahalInternalMessageDispatcher_ctor |
6.54 - 8.00 | public_ahalInternalMessage_ctor |
6.98 - 8.00 | public_grpFeatureBase_ctor |
7.24 - 8.00 | public_grpFeatureBlind_ctor |
7.19 - 8.00 | public_grpFeatureColorControl_ctor |
6.98 - 8.00 | public_grpFeatureHkr_ctor |
7.19 - 8.00 | public_grpFeatureLevelControl_ctor |
6.98 - 8.00 | public_grpFeaturePlugSocket_ctor |
6.98 - 8.00 | public_grpFeaturePowerMeter_ctor |
6.98 - 8.00 | public_grpPlugSocketSubCountDown_ctor |
6.98 - 8.00 | public_grpPlugSocketSubSwitchMaster_ctor |
6.98 - 8.00 | public_grpPlugSocketSub_ctor |
6.98 - 8.00 | public_psstm_ctor |
6.10 - 8.00 | receivedATimeValidMsg |
5.53 - 6.110 | register_upnp |
7.19 - 8.00 | schaltuhr_wrapper_count_down_callback |
7.19 - 8.00 | schaltuhr_wrapper_delete_device |
7.19 - 8.00 | schaltuhr_wrapper_destroy |
7.19 - 8.00 | schaltuhr_wrapper_get_control |
7.19 - 8.00 | schaltuhr_wrapper_get_options |
7.19 - 8.00 | schaltuhr_wrapper_get_relay_times |
7.19 - 8.00 | schaltuhr_wrapper_init |
7.19 - 8.00 | schaltuhr_wrapper_new_control |
7.19 - 8.00 | schaltuhr_wrapper_new_options |
7.19 - 8.00 | schaltuhr_wrapper_new_relay_times |
7.19 - 8.00 | schaltuhr_wrapper_poll_callback |
7.19 - 8.00 | schaltuhr_wrapper_save |
7.19 - 8.00 | schaltuhr_wrapper_serializer_reader_v001 |
7.19 - 8.00 | schaltuhr_wrapper_serializer_writer_v001 |
7.19 - 8.00 | schaltuhr_wrapper_switched_state |
7.19 - 8.00 | schaltuhr_wrapper_time_valid_now |
7.19 - 8.00 | schaltuhr_wrapper_turned_on |
6.98 - 8.00 | sendDeviceGroupHashToConfig |
5.29 - 8.00 | set_value |
5.29 - 8.00 | show_usage |
7.19 - 8.00 | simple_button_widget_button_pressed |
7.19 - 8.00 | simple_button_widget_destroy |
7.19 - 8.00 | simple_button_widget_get_encapsulated_specific_widget |
7.19 - 8.00 | simple_button_widget_init |
7.19 - 7.81 | state_checker_hkrtsoll |
7.19 - 7.81 | state_checker_level |
7.19 - 7.81 | state_checker_onoff |
5.29 - 8.00 | terminate_program |
5.29 - 6.36 | test_calloc |
5.29 - 6.36 | test_free |
5.29 - 6.110 | test_init |
5.29 - 6.36 | test_malloc |
5.29 - 6.110 | test_poll |
5.29 - 8.00 | time_table_append_table |
5.29 - 8.00 | time_table_drop_table |
7.39 - 8.00 | trigger_serializer_reader |
7.39 - 8.00 | trigger_serializer_writer |
7.19 - 8.00 | two_widget_button_pressed |
7.19 - 8.00 | two_widget_destroy |
7.19 - 8.00 | two_widget_get_encapsulated_specific_widget |
7.19 - 8.00 | two_widget_init |
5.53 - 6.110 | upnp_callback |
6.98 - 7.31 | upnp_client_callback_device_new |
6.98 - 7.31 | upnp_client_callback_device_remove |
6.98 - 7.31 | upnp_client_callback_evented_var |
6.98 - 7.31 | upnp_client_is_self |
6.98 - 7.31 | upnp_inaddr2str |
7.63 - 8.00 | widget_checkget_new_hkr_temp_rangelock |
7.63 - 8.00 | widget_get_next_colorpreset_arrayid |
7.63 - 8.00 | widget_get_next_colortemperaturepreset_arrayid |
7.19 - 8.00 | widget_handler_get_blind_state |
7.19 - 8.00 | widget_handler_get_generic_warning_bitmask |
7.19 - 8.00 | widget_handler_get_onoff_state |
7.63 - 8.00 | widget_handler_get_trigger_state |
7.19 - 8.00 | widget_helper_children_match |
5.29 - 8.00 | wireshark_dump_message |
5.29 - 8.00 | wireshark_start_message |
5.29 - 8.00 | wireshark_stop_message |
5.29 - 8.00 | write_statistik_config |
5.29 - 8.00 | write_statistik_data |
1174 symbols for this command |