
#Emit rule script for product ID:513147 Name:Trane_Warm_Wx
if (IsValidProperty(DataSource3, 'temp') and (1 == 1)):
    if (((gWeekDay in [0,1,2,3,4,5,6] and (1)) and ((gNational == 'NATIONAL'))) and (DataSource3.temp >= 70)):
        pInfo513147 = {}
        pInfo513147['Markets'] = ['7-NATIONAL',]
        pInfo513147['ProductId'] = 513147
        pInfo513147['ProductKey'] = 513147
        pInfo513147['Priority'] = 2
        pInfo513147['ProductType'] = 'Normal'
        validProducts.append(pInfo513147)
