---
title: Device Timing Extension
---


## Feature Introduction

### Prerequisites

#### Applicable Scope

This extension is implemented based on network interfaces and does not depend on the device being online, supporting operations when the device is offline. It does not require a specific IDE version and is applicable to devices of all categories and protocols.

#### Applicable Scenarios

- The business uses the addTimer / updateTimer interface to add scheduled data, and this data needs to be managed.
- It is necessary to debug, or to view, modify, and delete data and other operations.
- Create test data before business development. Manage the test data.

### Features

- View device/group schedule data
- Modify device/group schedule data
- Delete device/group schedule data

## Usage process

### Installation


1. In Tuya MiniApp Tools, open the device tool, authorize login, and select a device from the device list. Click to enter the device page.

<Image src="https://images.tuyaus.com/content-platform/hestia/17304287706174b3ed515.png" style={{zoom:'50%'}} />

2. On the device page, click on 'Extension Management' in the top right corner to enter the extension market.

<Image src="https://images.tuyaus.com/content-platform/hestia/173042875702b6e3cf658.png"  style={{zoom:'50%'}} />

3. In the extension market, find '面板工具基本定时管理' and click install.

<Image src="https://images.tuyaus.com/content-platform/hestia/1730428700aeff686882f.png"  style={{zoom:'50%'}} />


### Usage

1. After successful installation, a 'Timer Management' entry will appear in the top navigation bar on the device page.

<Image src="https://images.tuyaus.com/content-platform/hestia/17304285816e4bb1b8a9f.png"  style={{zoom:'50%'}} />

2. Click 'Schedule Management' to enter the device schedule management page.

3. On the device timing management page, you can view the device timing, modify the device timing, and delete the device timing.
<Image src="https://images.tuyaus.com/content-platform/hestia/1730428609c5e92a2d815.png"  style={{zoom:'50%'}} />
<br/>
<Image src="https://images.tuyaus.com/content-platform/hestia/17304285677f03886a75c.png"  style={{zoom:'50%'}} />

## Precautions

1.Data is bound to the device, and it will be lost after the device is reset.
2. In the absence of a clear understanding of the data usage logic, do not arbitrarily delete or modify online data to avoid affecting business logic.

## Version Log

### v0.0.2

Release Date: 2024-07-03

- Fix known issues
- Optimize the display when data is empty

### v0.0.1

Release Date:2024-07-02

First version released

- Implement functions for scheduled viewing, modifying, and deleting in the group.
- Implement functions for scheduled viewing, modifying, and deleting in the device.
