Last Updated on : 2021-08-30 03:51:43download
| Field name | Type | Describe | Default |
|---|---|---|---|
| themeColor | String | Theme color | #272929 |
| cloudFunData | Array | Iot cloud service configuration | [] |
| showSwitchLog | Bool | display historical records | false |
| logId | String | ID of the route on the History page | ‘’ |
| settingDps | Array | dpcode | [] |
| isStatusMultichannel | Bool | Power off restart status is multiple DP | false |
| statusId | String | ID of a route on the Power-on status page | ‘’ |
import React from 'react'
import { EleSetting } from '@tuya/tuya-panel-electrician-sdk'
export default class Scene extends Component {
render() {
return <EleSetting themeColor='blue' />;
}
}
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback