Home
last modified time | relevance | path

Searched refs:lightingNodeCoreDevice (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/py-liquidctl/liquidctl-1.7.2/tests/
H A Dtest_commander_pro.py48 def lightingNodeCoreDevice(): function
442 def test_get_hw_led_channel_valid_node_core(lightingNodeCoreDevice, channel, argument
444 res = lightingNodeCoreDevice._get_hw_led_channels(channel)
674 def test_set_speed_profile_core(lightingNodeCoreDevice): argument
677 lightingNodeCoreDevice.device.preload_read(ignore)
679 lightingNodeCoreDevice._data.store('temp_sensors_connected', [0x01, 0x00, 0x00, 0x00])
680 lightingNodeCoreDevice._data.store('fan_modes', [0x01, 0x00, 0x01, 0x01, 0x00, 0x00])
683 lightingNodeCoreDevice.set_speed_profile('sync', [(10, 500), (20, 1000)])
686 sent = lightingNodeCoreDevice.device.sent