Last Updated on : 2021-08-30 03:51:57download
Field name | Type | Describe | Default |
---|---|---|---|
dpCodes | Array | dplist | [] |
timeUnit | String | Unit of time | ‘hour’ |
countdownType | String | countdown type | ‘h’ |
import React from 'react'
import { CountdownList } from '@tuya/tuya-panel-electrician-sdk'
export default class Scene extends Component {
render() {
return <CountdownList dpCodes={['countdown_1']} />;
}
}
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback