jf-roku/components/liveTv/LoadSheduleTask.xml

10 lines
301 B
XML

<?xml version="1.0" encoding="utf-8"?>
<component name="LoadScheduleTask" extends="Task">
<interface>
<field id="startTime" type="string" />
<field id="endTime" type="string" />
<field id="channelIds" type="string" />
<field id="schedule" type="array" />
</interface>
</component>