Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.thread.dataset_store.DatasetEntry Class Reference

Public Member Functions

int|None channel (self)
 
dict[MeshcopTLVType, tlv_parser.MeshcopTLVItem] dataset (self)
 
str extended_pan_id (self)
 
str|None network_name (self)
 
str|None pan_id (self)
 
dict[str, Any] to_json (self)
 

Static Public Attributes

 datetime
 
 default_factory
 
 str
 

Detailed Description

Dataset store entry.

Definition at line 38 of file dataset_store.py.

Member Function Documentation

◆ channel()

int | None homeassistant.components.thread.dataset_store.DatasetEntry.channel (   self)
Return channel as an integer.

Definition at line 50 of file dataset_store.py.

◆ dataset()

dict[MeshcopTLVType, tlv_parser.MeshcopTLVItem] homeassistant.components.thread.dataset_store.DatasetEntry.dataset (   self)
Return the dataset in dict format.

Definition at line 57 of file dataset_store.py.

◆ extended_pan_id()

str homeassistant.components.thread.dataset_store.DatasetEntry.extended_pan_id (   self)
Return extended PAN ID as a hex string.

Definition at line 62 of file dataset_store.py.

◆ network_name()

str | None homeassistant.components.thread.dataset_store.DatasetEntry.network_name (   self)
Return network name as a string.

Definition at line 67 of file dataset_store.py.

◆ pan_id()

str | None homeassistant.components.thread.dataset_store.DatasetEntry.pan_id (   self)
Return PAN ID as a hex string.

Definition at line 74 of file dataset_store.py.

◆ to_json()

dict[str, Any] homeassistant.components.thread.dataset_store.DatasetEntry.to_json (   self)
Return a JSON serializable representation for storage.

Definition at line 78 of file dataset_store.py.

Member Data Documentation

◆ datetime

homeassistant.components.thread.dataset_store.DatasetEntry.datetime
static

Definition at line 46 of file dataset_store.py.

◆ default_factory

homeassistant.components.thread.dataset_store.DatasetEntry.default_factory
static

Definition at line 46 of file dataset_store.py.

◆ str

homeassistant.components.thread.dataset_store.DatasetEntry.str
static

Definition at line 47 of file dataset_store.py.


The documentation for this class was generated from the following file: