Fixed test issue in CI
This commit is contained in:
parent
dc11634aca
commit
8ff11a8f6e
@ -14,7 +14,7 @@ for the manipulation of the light state.
|
||||
The following example shows a function that sets the light to a solid red color. It demonstrates
|
||||
the use of a USB connected device.
|
||||
|
||||
```rust,norun
|
||||
```rust,no_run
|
||||
use luxafor::usb_hid::USBDeviceDiscovery;
|
||||
use luxafor::{Device, SolidColor};
|
||||
use luxafor::error::Result;
|
||||
@ -29,7 +29,7 @@ fn set_do_not_disturb() -> Result<()> {
|
||||
|
||||
The following shows the same function but using the webhook connection.
|
||||
|
||||
```rust,norun
|
||||
```rust,no_run
|
||||
use luxafor::webhook::new_device_for;
|
||||
use luxafor::{Device, SolidColor};
|
||||
use luxafor::error::Result;
|
||||
|
Loading…
Reference in New Issue
Block a user