Create a constant

Hello, I want to create a constant with the value InternetGatewayDevice.DeviceInfo.Catv.Enable (true o false) of to send it to the cpe

You can create a const with the value of this param this way:

const test = declare('InternetGatewayDevice.DeviceInfo.Catv.Enable', { value: 1 }).value[0]

thanks so much