module.exports = {
  title: 'Dooya config'
  DooyaRemote: {
    title: 'Dooya remote control config'
    type: 'object'
    properties:
      remoteId:
        description: 'Remote id of the replicated remote control'
        type: 'integer'
        default: 3208693745
  }
}