}>
{t('sharedRequired')}
{t('sharedType')}
setItem({ ...item, attributes: { ...item.attributes, data: e.target.value } })}
label={t('commandData')}
/>
{textEnabled && (
setItem({ ...item, textChannel: event.target.checked })} />}
label={t('commandSendSms')}
/>
)}
);
};
export default CommandDevicePage;