|  Developer
Updated on November 16, 2021

Sound switch

				
					{
    id = 50,
    version = 1,
    tones = {
        { tone_id = 1, duration = 5,  tone_name = "01 Ding Dong" },
        { tone_id = 2, duration = 9,  tone_name = "02 Ding Dong Tubular" },
        { tone_id = 3, duration = 10, tone_name = "03 Traditional Apartment Buzzer" },
        ...
    }
}				
			
field type description
id int identifier of command class
version int version of command class
tones table array of supported tones